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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2363     if (Line.startsWith(tok::kw_for) && Right.PartOfMultiVariableDeclStmt)
 2417     if (Line.startsWith(TT_ObjCMethodSpecifier))
 2429   if (Line.startsWith(tok::kw_for) && Left.is(tok::equal))
 2437     return Line.MightBeFunctionDecl ? 50 : 500;
 2442   if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous &&