Searched refs:getFormattingLangOpts (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 87 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
|
H A D | IntegerLiteralSeparatorFixer.cpp | 82 const auto LangOpts = getFormattingLangOpts(Style); in process()
|
H A D | TokenAnnotator.h | 217 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) { in TokenAnnotator()
|
H A D | FormatTokenLexer.cpp | 32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
|
H A D | UnwrappedLineParser.cpp | 165 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
|
H A D | Format.cpp | 3861 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 | 5388 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
|