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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6535 ObjCMethodDecl *SuperMethod = nullptr;
6536 while ((Class = Class->getSuperClass()) && !SuperMethod) {
6538 SuperMethod = Class->getMethod(CurMethod->getSelector(),
6542 if (!SuperMethod) {
6544 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
6551 if (!SuperMethod)
6555 if (CurMethod->param_size() != SuperMethod->param_size() ||
6556 CurMethod->isVariadic() != SuperMethod->isVariadic())
6561 SuperP = SuperMethod->param_begin();
6578 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
[all...]
H A DSemaDeclObjC.cpp488 const ObjCMethodDecl *SuperMethod = local
492 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>());

Completed in 87 milliseconds