Searched refs:getFormattingLangOpts (Results 1 – 9 of 9) sorted by relevance
64 SourceMgr("test.cpp", ""), IdentTable(getFormattingLangOpts(Style)) {} in Allocator()
103 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process()
32 LangOpts(getFormattingLangOpts(Style)), SourceMgr(SourceMgr), ID(ID),1192 LangOpts = getFormattingLangOpts(Style); in resetLexer()
3410 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function
28 LangOptions LangOpts = format::getFormattingLangOpts(Style); in closeBrackets()
615 auto LangOpt = format::getFormattingLangOpts(Style); in collectIdentifiers()
1576 Content.take_front(Offset), format::getFormattingLangOpts(Style)); in runWithoutSema()
525 visibleNamespaces(Case.first, format::getFormattingLangOpts( in TEST()751 format::getFormattingLangOpts(format::getLLVMStyle())); in TEST()
4217 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());