Searched refs:getFormattingLangOpts (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 84 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
|
| H A D | IntegerLiteralSeparatorFixer.cpp | 85 const auto LangOpts = getFormattingLangOpts(Style); in process()
|
| H A D | TokenAnnotator.h | 227 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) {} in TokenAnnotator()
|
| H A D | FormatTokenLexer.cpp | 33 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
|
| H A D | UnwrappedLineParser.cpp | 162 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
|
| H A D | Format.cpp | 4049 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
|
| H A D | TokenAnnotator.cpp | 129 IsCpp(Style.isCpp()), LangOpts(getFormattingLangOpts(Style)), in AnnotatingParser()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 5739 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
|