Searched refs:getFormattingLangOpts (Results 1 – 2 of 2) sorted by relevance
560 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
603 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()606 getFormattingLangOpts(Style))); in FormatTokenLexer()1165 getFormattingLangOpts(Style), Buffer.begin(), in resetLexer()1518 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function