Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
H A DIntegerLiteralSeparatorFixer.cpp82 const auto LangOpts = getFormattingLangOpts(Style); in process()
H A DFormatTokenLexer.cpp32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
1414 LangOpts = getFormattingLangOpts(Style); in resetLexer()
H A DFormat.cpp3819 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5147 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());