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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 2072     Line.Type = LT_ObjCProperty;
 2518   if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
 2870   if (Line.Type == LT_ObjCProperty &&
 3432   if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty)