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

References

tools/clang/lib/Format/Format.cpp
 1274             (Style.JavaScriptQuotes == FormatStyle::JSQS_Single &&
 1276             (Style.JavaScriptQuotes == FormatStyle::JSQS_Double &&
 1281         bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single;
 1350         Env.getSourceManager(), Style,
 1352     ContinuationIndenter Indenter(Style, Tokens.getKeywords(),
 1356         UnwrappedLineFormatter(&Indenter, &Whitespaces, Style,
 1431     if (Style.DerivePointerAlignment)
 1432       Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0
 1435     if (Style.Standard == FormatStyle::LS_Auto)
 1436       Style.Standard = hasCpp03IncompatibleFormat(AnnotatedLines)
 1529     if (Style.BraceWrapping.AfterNamespace) {
 1683     assert(Style.Language == FormatStyle::LK_Cpp);
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  213     if (Style.CompactNamespaces) {
tools/clang/lib/Format/TokenAnalyzer.cpp
   68                           Env.getFirstStartColumn(), Style, Encoding);
   70   UnwrappedLineParser Parser(Style, Tokens.getKeywords(),
   79     TokenAnnotator Annotator(Style, Tokens.getKeywords());