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.cpp84 : Style(Style), LangOpts(getFormattingLangOpts(Style)), Env(Env), in TokenAnalyzer()
H A DIntegerLiteralSeparatorFixer.cpp85 const auto LangOpts = getFormattingLangOpts(Style); in process()
H A DTokenAnnotator.h227 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords) {} in TokenAnnotator()
H A DFormatTokenLexer.cpp33 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
H A DUnwrappedLineParser.cpp162 LangOpts(getFormattingLangOpts(Style)), Keywords(Keywords), in UnwrappedLineParser()
H A DFormat.cpp4049 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.h5739 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());