Searched refs:getFormattingLangOpts (Results 1 – 2 of 2) sorted by relevance
753 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()771 getFormattingLangOpts(Style))); in FormatTokenLexer()1394 getFormattingLangOpts(Style), Buffer.begin(), in resetLexer()1914 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts() function