Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DTestLexer.h64 SourceMgr("test.cpp", ""), IdentTable(getFormattingLangOpts(Style)) {} in Allocator()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnalyzer.cpp103 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
H A DFormatTokenLexer.cpp32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),
1192 LangOpts = getFormattingLangOpts(Style); in resetLexer()
H A DFormat.cpp3410 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp28 LangOptions LangOpts = format::getFormattingLangOpts(Style); in closeBrackets()
H A DSourceCode.cpp615 auto LangOpt = format::getFormattingLangOpts(Style); in collectIdentifiers()
H A DCodeComplete.cpp1576 Content.take_front(Offset), format::getFormattingLangOpts(Style)); in runWithoutSema()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp525 visibleNamespaces(Case.first, format::getFormattingLangOpts( in TEST()
751 format::getFormattingLangOpts(format::getLLVMStyle())); in TEST()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4217 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());