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

References

tools/clang/include/clang/Analysis/AnyCall.h
   76       : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {}
   91   AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {}
  162     case ObjCMethod:
tools/clang/lib/Analysis/RetainSummaryManager.cpp
  673   case AnyCall::ObjCMethod: {