Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp87 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
H A DIntegerLiteralSeparatorFixer.cpp82 const auto LangOpts = getFormattingLangOpts(Style); in process()
H A DTokenAnnotator.h217 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) { in TokenAnnotator()
H A DFormatTokenLexer.cpp32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
H A DUnwrappedLineParser.cpp165 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
H A DFormat.cpp3861 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
H A DTokenAnnotator.cpp129 IsCpp(Style.isCpp()), LangOpts(getFormattingLangOpts(Style)), in AnnotatingParser()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5388 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());