Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
270 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
286 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
310 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
347 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
352 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
371 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
393 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
[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.h99 FormatTokenLexer &Tokens) = 0;
H A DTokenAnalyzer.cpp105 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.cpp65 FormatTokenLexer & /*Tokens*/) { in analyze() argument
435 FormatTokenLexer &Tokens) { in analyze()
H A DUsingDeclarationsSorter.cpp214 FormatTokenLexer &Tokens) { in analyze()
H A DNamespaceEndCommentsFixer.cpp283 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp1979 FormatTokenLexer &Tokens) override { in analyze()
2032 FormatTokenLexer &Tokens) override { in analyze()
2083 FormatTokenLexer &Tokens) override { in analyze()
2134 FormatTokenLexer &Tokens) override { in analyze()
2223 FormatTokenLexer &Tokens) override { in analyze()
2364 FormatTokenLexer &Tokens) override { in analyze()
2427 FormatTokenLexer &Tokens) override { in analyze()
2648 FormatTokenLexer &Tokens) override { in analyze()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn18 "FormatTokenLexer.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt455 clang/lib/Format/FormatTokenLexer.cpp
456 clang/lib/Format/FormatTokenLexer.h