|
clang
5.0.0
|
Public Member Functions | |
| FormatTokenLexer (const SourceManager &SourceMgr, FileID ID, const FormatStyle &Style, encoding::Encoding Encoding) | |
| ArrayRef< FormatToken * > | lex () |
| const AdditionalKeywords & | getKeywords () |
Definition at line 37 of file FormatTokenLexer.h.
| clang::format::FormatTokenLexer::FormatTokenLexer | ( | const SourceManager & | SourceMgr, |
| FileID | ID, | ||
| const FormatStyle & | Style, | ||
| encoding::Encoding | Encoding | ||
| ) |
Definition at line 26 of file FormatTokenLexer.cpp.
References clang::format::NORMAL.
|
inline |
Definition at line 44 of file FormatTokenLexer.h.
Referenced by clang::format::JavaScriptImportSorter::analyze().
| ArrayRef< FormatToken * > clang::format::FormatTokenLexer::lex | ( | ) |
Definition at line 44 of file FormatTokenLexer.cpp.
References clang::comments::tok::eof, clang::format::FormatStyle::Language, and clang::format::FormatStyle::LK_JavaScript.
1.8.6