| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 25 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer 76 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex() 99 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens() 198 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral() 214 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier() 238 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral() 323 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() 337 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach() 359 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC() 379 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess() [all …]
|
| H A D | DefinitionBlockSeparator.h | 32 FormatTokenLexer &Tokens) override; 36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
|
| H A D | FormatTokenLexer.h | 39 class FormatTokenLexer { 41 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
|
| H A D | QualifierAlignmentFixer.h | 47 FormatTokenLexer &Tokens) override; 71 FormatTokenLexer &Tokens) override;
|
| H A D | UsingDeclarationsSorter.h | 30 FormatTokenLexer &Tokens) override;
|
| H A D | NamespaceEndCommentsFixer.h | 40 FormatTokenLexer &Tokens) override;
|
| H A D | CMakeLists.txt | 10 FormatTokenLexer.cpp
|
| H A D | DefinitionBlockSeparator.cpp | 24 FormatTokenLexer &Tokens) { in analyze() 34 FormatTokenLexer &Tokens) { in separateBlocks()
|
| H A D | TokenAnalyzer.h | 98 FormatTokenLexer &Tokens) = 0;
|
| H A D | TokenAnalyzer.cpp | 104 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
|
| H A D | SortJavaScriptImports.cpp | 35 class FormatTokenLexer; 145 FormatTokenLexer &Tokens) override { in analyze()
|
| H A D | MacroExpander.cpp | 138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
|
| H A D | QualifierAlignmentFixer.cpp | 64 FormatTokenLexer & /*Tokens*/) { in analyze() argument 430 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | UsingDeclarationsSorter.cpp | 186 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | NamespaceEndCommentsFixer.cpp | 283 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | Format.cpp | 1843 FormatTokenLexer &Tokens) override { in analyze() 1887 FormatTokenLexer &Tokens) override { in analyze() 1935 FormatTokenLexer &Tokens) override { in analyze() 2024 FormatTokenLexer &Tokens) override { in analyze() 2163 FormatTokenLexer &Tokens) override { in analyze() 2226 FormatTokenLexer &Tokens) override { in analyze() 2447 FormatTokenLexer &Tokens) override { in analyze()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | TestLexer.h | 67 FormatTokenLexer Lex = getNewLexer(Code); in lex() 73 FormatTokenLexer Lex = getNewLexer(Code); in annotate() 99 FormatTokenLexer getNewLexer(StringRef Code) { in getNewLexer() 104 return FormatTokenLexer(SourceMgr.get(), FID, 0, Style, Encoding, Allocator, in getNewLexer()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Format/ |
| H A D | BUILD.gn | 18 "FormatTokenLexer.cpp",
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/ |
| H A D | BUILD.bazel | 1195 "lib/Format/FormatTokenLexer.h",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 457 clang/lib/Format/FormatTokenLexer.cpp 458 clang/lib/Format/FormatTokenLexer.h
|