Home
last modified time | relevance | path

Searched refs:FormatTokenLexer (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp25 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 DDefinitionBlockSeparator.h32 FormatTokenLexer &Tokens) override;
36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
H A DFormatTokenLexer.h39 class FormatTokenLexer {
41 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
H A DQualifierAlignmentFixer.h47 FormatTokenLexer &Tokens) override;
71 FormatTokenLexer &Tokens) override;
H A DUsingDeclarationsSorter.h30 FormatTokenLexer &Tokens) override;
H A DNamespaceEndCommentsFixer.h40 FormatTokenLexer &Tokens) override;
H A DCMakeLists.txt10 FormatTokenLexer.cpp
H A DDefinitionBlockSeparator.cpp24 FormatTokenLexer &Tokens) { in analyze()
34 FormatTokenLexer &Tokens) { in separateBlocks()
H A DTokenAnalyzer.h98 FormatTokenLexer &Tokens) = 0;
H A DTokenAnalyzer.cpp104 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
H A DSortJavaScriptImports.cpp35 class FormatTokenLexer;
145 FormatTokenLexer &Tokens) override { in analyze()
H A DMacroExpander.cpp138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
H A DQualifierAlignmentFixer.cpp64 FormatTokenLexer & /*Tokens*/) { in analyze() argument
430 FormatTokenLexer &Tokens) { in analyze()
H A DUsingDeclarationsSorter.cpp186 FormatTokenLexer &Tokens) { in analyze()
H A DNamespaceEndCommentsFixer.cpp283 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp1843 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 DTestLexer.h67 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 DBUILD.gn18 "FormatTokenLexer.cpp",
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel1195 "lib/Format/FormatTokenLexer.h",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt457 clang/lib/Format/FormatTokenLexer.cpp
458 clang/lib/Format/FormatTokenLexer.h