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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
   32   return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl;
tools/clang/lib/Format/TokenAnnotator.cpp
 1200       return LT_ObjCMethodDecl;
 2068     Line.Type = LT_ObjCMethodDecl;
 2861   if (Line.Type == LT_ObjCMethodDecl) {
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  893     if (State.Line->Type == LT_ObjCMethodDecl)