Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp25 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 DDefinitionBlockSeparator.h32 FormatTokenLexer &Tokens) override;
36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
H A DQualifierAlignmentFixer.h51 FormatTokenLexer &Tokens) override;
56 FormatTokenLexer &Tokens,
H A DFormatTokenLexer.h40 class FormatTokenLexer {
42 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
H A DUsingDeclarationsSorter.h30 FormatTokenLexer &Tokens) override;
H A DNamespaceEndCommentsFixer.h40 FormatTokenLexer &Tokens) override;
H A DObjCPropertyAttributeOrderFixer.h41 FormatTokenLexer &Tokens) override;
H A DTokenAnalyzer.h99 FormatTokenLexer &Tokens) = 0;
H A DDefinitionBlockSeparator.cpp24 FormatTokenLexer &Tokens) { in analyze()
34 FormatTokenLexer &Tokens) { in separateBlocks()
H A DObjCPropertyAttributeOrderFixer.cpp185 FormatTokenLexer &Tokens) { in analyze()
H A DTokenAnalyzer.cpp105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
H A DQualifierAlignmentFixer.cpp536 FormatTokenLexer &Tokens) { in analyze()
544 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, in fixQualifierAlignment()
H A DSortJavaScriptImports.cpp35 class FormatTokenLexer;
146 FormatTokenLexer &Tokens) override { in analyze()
H A DMacroExpander.cpp138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
H A DUsingDeclarationsSorter.cpp214 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp2107 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 DNamespaceEndCommentsFixer.cpp283 FormatTokenLexer &Tokens) { in analyze()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile429 SRCS_EXT+= Format/FormatTokenLexer.cpp