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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2518   if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
 2536   if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) {
 2572     if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) {
 2585               (Line.IsMultiVariableDeclStmt &&
 2587                 (Left.NestingLevel == 1 && Line.First->is(tok::kw_for)))))));
 2592         !Line.IsMultiVariableDeclStmt)))
 2602              !Line.IsMultiVariableDeclStmt) &&
 2653     return Line.Type == LT_ObjCDecl || Left.is(tok::semi) ||
 2658              Left.isIf(Line.Type != LT_PreprocessorDirective) ||
 2667             Line.Type != LT_PreprocessorDirective);