reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Format/Format.h
 2325 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());

References

tools/clang/lib/Format/FormatTokenLexer.cpp
   30       Style(Style), IdentTable(getFormattingLangOpts(Style)),
   35                       getFormattingLangOpts(Style)));
  868                       getFormattingLangOpts(Style), Buffer.begin(),
tools/clang/tools/extra/clangd/Format.cpp
   28   Lexer Lex(FID, SM.getBuffer(FID), SM, format::getFormattingLangOpts(Style));
tools/clang/tools/extra/clangd/SourceCode.cpp
  729   Lexer Lex(FID, SM.getBuffer(FID), SM, format::getFormattingLangOpts(Style));