| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 25 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer 79 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex() 106 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens() 426 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach() 468 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess() 496 bool FormatTokenLexer::tryMergeGreaterGreater() { in tryMergeGreaterGreater() 556 bool FormatTokenLexer::tryMergeTokensAny( in tryMergeTokensAny() 847 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings() 913 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment() 934 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro() [all …]
|
| H A D | DefinitionBlockSeparator.h | 32 FormatTokenLexer &Tokens) override; 36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
|
| H A D | QualifierAlignmentFixer.h | 51 FormatTokenLexer &Tokens) override; 56 FormatTokenLexer &Tokens,
|
| H A D | FormatTokenLexer.h | 40 class FormatTokenLexer { 42 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 | ObjCPropertyAttributeOrderFixer.h | 41 FormatTokenLexer &Tokens) override;
|
| H A D | TokenAnalyzer.h | 99 FormatTokenLexer &Tokens) = 0;
|
| H A D | DefinitionBlockSeparator.cpp | 24 FormatTokenLexer &Tokens) { in analyze() 34 FormatTokenLexer &Tokens) { in separateBlocks()
|
| H A D | ObjCPropertyAttributeOrderFixer.cpp | 185 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | TokenAnalyzer.cpp | 105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
|
| H A D | QualifierAlignmentFixer.cpp | 536 FormatTokenLexer &Tokens) { in analyze() 544 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, in fixQualifierAlignment()
|
| H A D | SortJavaScriptImports.cpp | 35 class FormatTokenLexer; 146 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 | UsingDeclarationsSorter.cpp | 214 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | Format.cpp | 2107 FormatTokenLexer &Tokens) override { in analyze() 2151 FormatTokenLexer &Tokens) override { in analyze() 2204 FormatTokenLexer &Tokens) override { in analyze() 2255 FormatTokenLexer &Tokens) override { in analyze() 2306 FormatTokenLexer &Tokens) override { in analyze() 2395 FormatTokenLexer &Tokens) override { in analyze() 2536 FormatTokenLexer &Tokens) override { in analyze() 2599 FormatTokenLexer &Tokens) override { in analyze() 2820 FormatTokenLexer &Tokens) override { in analyze()
|
| H A D | NamespaceEndCommentsFixer.cpp | 283 FormatTokenLexer &Tokens) { in analyze()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 429 SRCS_EXT+= Format/FormatTokenLexer.cpp
|