Searched refs:FormatTokenLexer (Results 1 – 14 of 14) sorted by relevance
/freebsd/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() 113 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens() 327 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral() 343 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier() 367 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral() 404 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = { 409 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual() 428 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables() 450 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach() [all …]
|
H A D | DefinitionBlockSeparator.h | 32 FormatTokenLexer &Tokens) override; 36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
|
H A D | FormatTokenLexer.h | 35 class FormatTokenLexer { 37 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
|
H A D | QualifierAlignmentFixer.h | 60 FormatTokenLexer &Tokens) override; 65 FormatTokenLexer &Tokens,
|
H A D | UsingDeclarationsSorter.h | 30 FormatTokenLexer &Tokens) override;
|
H A D | NamespaceEndCommentsFixer.h | 40 FormatTokenLexer &Tokens) override;
|
H A D | TokenAnalyzer.h | 88 FormatTokenLexer &Tokens) = 0;
|
H A D | TokenAnalyzer.cpp | 105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
|
H A D | QualifierAlignmentFixer.cpp | 538 FormatTokenLexer &Tokens) { in analyze() 546 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, in fixQualifierAlignment()
|
H A D | SortJavaScriptImports.cpp | 35 class FormatTokenLexer; 144 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 | 2131 FormatTokenLexer &Tokens) override { in analyze() 2175 FormatTokenLexer &Tokens) override { in analyze() 2228 FormatTokenLexer &Tokens) override { in analyze() 2279 FormatTokenLexer &Tokens) override { in analyze() 2339 FormatTokenLexer &Tokens) override { in analyze() 2428 FormatTokenLexer &Tokens) override { in analyze() 2569 FormatTokenLexer &Tokens) override { in analyze() 2632 FormatTokenLexer &Tokens) override { in analyze() 2853 FormatTokenLexer &Tokens) override { in analyze()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 433 SRCS_EXT+= Format/FormatTokenLexer.cpp
|