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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1371         (State.Line->Type != LT_ObjCDecl && Style.BinPackParameters) ||
 1372         (State.Line->Type == LT_ObjCDecl && ObjCBinPackProtocolList);
tools/clang/lib/Format/TokenAnnotator.cpp
 2070     Line.Type = LT_ObjCDecl;
 2442   if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous &&
 2536   if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) {
 2653     return Line.Type == LT_ObjCDecl || Left.is(tok::semi) ||