Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp107 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
119 TokenAnnotator Annotator(Style, Lex.getKeywords()); in process()
H A DFormatTokenLexer.h44 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords() function
H A DObjCPropertyAttributeOrderFixer.cpp182 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze()
H A DDefinitionBlockSeparator.cpp36 const AdditionalKeywords &ExtraKeywords = Tokens.getKeywords(); in separateBlocks()
H A DSortJavaScriptImports.cpp146 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze()
H A DQualifierAlignmentFixer.cpp565 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in fixQualifierAlignment()
H A DFormat.cpp2612 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
2617 Tokens.getKeywords(), Env.getSourceManager(), in analyze()
3025 Tokens.getKeywords()); in analyze()