Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h494 LangOptions getFormattingLangOpts(
/external/clang/tools/clang-format/
DClangFormat.cpp229 getFormattingLangOpts(FormatStyle.Standard)); in format()
/external/clang/lib/Format/
DFormat.cpp1272 Style(Style), IdentTable(getFormattingLangOpts()), Encoding(Encoding), in FormatTokenLexer()
1989 getFormattingLangOpts(Style.Standard)); in reformat()
2000 LangOptions getFormattingLangOpts(FormatStyle::LanguageStandard Standard) { in getFormattingLangOpts() function