Home
last modified time | relevance | path

Searched refs:getFormattingLangOpts (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnalyzer.cpp87 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
HDIntegerLiteralSeparatorFixer.cpp82 const auto LangOpts = getFormattingLangOpts(Style); in process()
HDTokenAnnotator.h217 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) { in TokenAnnotator()
HDFormatTokenLexer.cpp32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
HDUnwrappedLineParser.cpp165 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
HDFormat.cpp3861 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
HDTokenAnnotator.cpp129 IsCpp(Style.isCpp()), LangOpts(getFormattingLangOpts(Style)), in AnnotatingParser()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h5388 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());