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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2789       if (Line.MustBeDeclaration && Left.Tok.getIdentifierInfo())
 2831         Line.First->isOneOf(Keywords.kw_import, tok::kw_export))
 2861   if (Line.Type == LT_ObjCMethodDecl) {
 2870   if (Line.Type == LT_ObjCProperty &&
 2893     if (Line.First->isOneOf(tok::kw_case, tok::kw_default) ||
 2978       Line.startsWith(tok::hash))
 2984   return spaceRequiredBetween(Line, Left, Right);