Home
last modified time | relevance | path

Searched refs:SuperMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp7751 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
7752 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
7754 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
7758 if (!SuperMethod) { in AddSuperSendCompletion()
7767 if (!SuperMethod) in AddSuperSendCompletion()
7772 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
7836 return SuperMethod; in AddSuperSendCompletion()
7995 if (ObjCMethodDecl *SuperMethod = in AddClassMessageCompletions() local
7997 Results.Ignore(SuperMethod); in AddClassMessageCompletions()
8136 if (ObjCMethodDecl *SuperMethod = in CodeCompleteObjCInstanceMessage() local
[all …]
H A DSemaDeclObjC.cpp489 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local
493 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()