Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp26 FormatTokenLexer::FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, in FormatTokenLexer() function in clang::format::FormatTokenLexer
45 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
63 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
109 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
125 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
214 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
269 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
336 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
357 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
394 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
[all …]
H A DFormatTokenLexer.h38 class FormatTokenLexer {
40 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
H A DUsingDeclarationsSorter.h31 FormatTokenLexer &Tokens) override;
H A DNamespaceEndCommentsFixer.h41 FormatTokenLexer &Tokens) override;
H A DTokenAnalyzer.h95 FormatTokenLexer &Tokens) = 0;
H A DSortJavaScriptImports.cpp35 class FormatTokenLexer;
129 FormatTokenLexer &Tokens) override { in analyze()
H A DTokenAnalyzer.cpp68 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), in process()
H A DNamespaceEndCommentsFixer.cpp137 FormatTokenLexer &Tokens) { in analyze()
H A DUsingDeclarationsSorter.cpp188 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp1082 FormatTokenLexer &Tokens) override { in analyze()
1170 FormatTokenLexer &Tokens) override { in analyze()
1289 FormatTokenLexer &Tokens) override { in analyze()
1505 FormatTokenLexer &Tokens) override { in analyze()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile317 SRCS_EXT+= Format/FormatTokenLexer.cpp