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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  559     if (Previous.PartOfMultiVariableDeclStmt)
tools/clang/lib/Format/TokenAnnotator.cpp
  992         Contexts.back().FirstStartOfName->PartOfMultiVariableDeclStmt = true;
 2363     if (Line.startsWith(tok::kw_for) && Right.PartOfMultiVariableDeclStmt)