Searched refs:getFormattingLangOpts (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | TokenAnalyzer.cpp | 87 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
|
| HD | IntegerLiteralSeparatorFixer.cpp | 82 const auto LangOpts = getFormattingLangOpts(Style); in process()
|
| HD | TokenAnnotator.h | 217 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) { in TokenAnnotator()
|
| HD | FormatTokenLexer.cpp | 32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
|
| HD | UnwrappedLineParser.cpp | 165 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
|
| HD | Format.cpp | 3861 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
|
| HD | TokenAnnotator.cpp | 129 IsCpp(Style.isCpp()), LangOpts(getFormattingLangOpts(Style)), in AnnotatingParser()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/ |
| HD | Format.h | 5388 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
|