Searched refs:FormatTokenLexer (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 25 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer 61 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex() 83 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens() 183 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral() 199 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier() 223 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral() 313 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = { 318 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual() 336 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() 356 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() [all …]
|
H A D | FormatTokenLexer.h | 38 class FormatTokenLexer { 40 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
|
H A D | UsingDeclarationsSorter.h | 30 FormatTokenLexer &Tokens) override;
|
H A D | NamespaceEndCommentsFixer.h | 40 FormatTokenLexer &Tokens) override;
|
H A D | CMakeLists.txt | 9 FormatTokenLexer.cpp
|
H A D | TokenAnalyzer.h | 90 FormatTokenLexer &Tokens) = 0;
|
H A D | TokenAnalyzer.cpp | 69 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
|
H A D | SortJavaScriptImports.cpp | 35 class FormatTokenLexer; 138 FormatTokenLexer &Tokens) override { in analyze()
|
H A D | MacroExpander.cpp | 140 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
|
H A D | UsingDeclarationsSorter.cpp | 186 FormatTokenLexer &Tokens) { in analyze()
|
H A D | NamespaceEndCommentsFixer.cpp | 202 FormatTokenLexer &Tokens) { in analyze()
|
H A D | Format.cpp | 1542 FormatTokenLexer &Tokens) override { in analyze() 1630 FormatTokenLexer &Tokens) override { in analyze() 1762 FormatTokenLexer &Tokens) override { in analyze() 1824 FormatTokenLexer &Tokens) override { in analyze() 2047 FormatTokenLexer &Tokens) override { in analyze()
|
/netbsd-src/external/apache2/llvm/lib/libclangFormat/ |
H A D | Makefile | 14 FormatTokenLexer.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Format/ |
H A D | BUILD.gn | 17 "FormatTokenLexer.cpp",
|