clang 20.0.0git
|
#include "/home/buildbot/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 25 of file FormatTokenLexer.cpp.
References clang::format::NORMAL.
|
inline |
Definition at line 44 of file FormatTokenLexer.h.
Referenced by clang::format::TokenAnalyzer::process().
ArrayRef< FormatToken * > clang::format::FormatTokenLexer::lex | ( | ) |
Definition at line 79 of file FormatTokenLexer.cpp.
References clang::format::FormatStyle::isCSharp(), clang::format::FormatStyle::isJavaScript(), clang::format::FormatStyle::isTableGen(), clang::format::FormatStyle::Language, and clang::format::FormatStyle::LK_TextProto.
Referenced by clang::format::TokenAnalyzer::process().