Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp26 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer
87 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
155 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
370 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
386 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
410 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
447 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
452 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
471 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
493 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
[all …]
H A DDefinitionBlockSeparator.h32 FormatTokenLexer &Tokens) override;
36 tooling::Replacements &Result, FormatTokenLexer &Tokens);
H A DQualifierAlignmentFixer.h60 FormatTokenLexer &Tokens) override;
65 FormatTokenLexer &Tokens,
H A DFormatTokenLexer.h35 class FormatTokenLexer {
37 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
H A DUsingDeclarationsSorter.h30 FormatTokenLexer &Tokens) override;
H A DNamespaceEndCommentsFixer.h40 FormatTokenLexer &Tokens) override;
H A DDefinitionBlockSeparator.cpp23 FormatTokenLexer &Tokens) { in analyze()
33 FormatTokenLexer &Tokens) { in separateBlocks()
H A DTokenAnalyzer.h88 FormatTokenLexer &Tokens) = 0;
H A DObjCPropertyAttributeOrderFixer.cpp180 FormatTokenLexer &Tokens) { in analyze()
H A DTokenAnalyzer.cpp102 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
H A DSortJavaScriptImports.cpp33 class FormatTokenLexer;
142 FormatTokenLexer &Tokens) override { in analyze()
H A DMacroExpander.cpp135 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
H A DQualifierAlignmentFixer.cpp555 FormatTokenLexer &Tokens) { in analyze()
563 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, in fixQualifierAlignment()
H A DUsingDeclarationsSorter.cpp213 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp2279 FormatTokenLexer &Tokens) override { in analyze()
2312 FormatTokenLexer &Tokens) override { in analyze()
2366 FormatTokenLexer &Tokens) override { in analyze()
2407 FormatTokenLexer &Tokens) override { in analyze()
2459 FormatTokenLexer &Tokens) override { in analyze()
2508 FormatTokenLexer &Tokens) override { in analyze()
2597 FormatTokenLexer &Tokens) override { in analyze()
2738 FormatTokenLexer &Tokens) override { in analyze()
2801 FormatTokenLexer &Tokens) override { in analyze()
3022 FormatTokenLexer &Tokens) override { in analyze()
/freebsd/lib/clang/libclang/
H A DMakefile463 SRCS_MIN+= Format/FormatTokenLexer.cpp