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

References

tools/clang/lib/AST/DeclObjC.cpp
  915   if (!CtxD->isInvalidDecl()) {
  916     if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) {
  921     } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) {
  926     } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
  931     } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
  946     return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),