Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h753 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/external/clang/lib/Format/
DFormat.cpp766 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