Home
last modified time | relevance | path

Searched refs:getKeywords (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp110 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
122 TokenAnnotator Annotator(Style, Lex.getKeywords()); in process()
H A DFormatTokenLexer.h44 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords() function
H A DObjCPropertyAttributeOrderFixer.cpp187 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze()
H A DDefinitionBlockSeparator.cpp37 const AdditionalKeywords &ExtraKeywords = Tokens.getKeywords(); in separateBlocks()
H A DQualifierAlignmentFixer.cpp548 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in fixQualifierAlignment()
H A DSortJavaScriptImports.cpp148 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze()
H A DFormat.cpp2443 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
2448 Tokens.getKeywords(), Env.getSourceManager(), in analyze()
2856 Tokens.getKeywords()); in analyze()