| 
    clang 22.0.0git
    
   | 
 
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/FormatTokenLexer.h"
Public Member Functions | |
| FormatTokenLexer (const SourceManager &SourceMgr, FileID ID, unsigned Column, const FormatStyle &Style, encoding::Encoding Encoding, llvm::SpecificBumpPtrAllocator< FormatToken > &Allocator, IdentifierTable &IdentTable) | |
| ArrayRef< FormatToken * > | lex () | 
| const AdditionalKeywords & | getKeywords () | 
Definition at line 35 of file FormatTokenLexer.h.
| clang::format::FormatTokenLexer::FormatTokenLexer | ( | const SourceManager & | SourceMgr, | 
| FileID | ID, | ||
| unsigned | Column, | ||
| const FormatStyle & | Style, | ||
| encoding::Encoding | Encoding, | ||
| llvm::SpecificBumpPtrAllocator< FormatToken > & | Allocator, | ||
| IdentifierTable & | IdentTable ) | 
Definition at line 26 of file FormatTokenLexer.cpp.
References clang::format::NORMAL, clang::nullptr, and true.
      
  | 
  inline | 
Definition at line 44 of file FormatTokenLexer.h.
Referenced by clang::format::JavaScriptImportSorter::analyze(), clang::format::LeftRightQualifierAlignmentFixer::fixQualifierAlignment(), and clang::format::TokenAnalyzer::process().
| ArrayRef< FormatToken * > clang::format::FormatTokenLexer::lex | ( | ) | 
Definition at line 87 of file FormatTokenLexer.cpp.
References NewlinesBefore, and Tok.
Referenced by clang::format::TokenAnalyzer::process().