HomeSort by: relevance | last modified time | path
    Searched refs:SuperMethod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 7261 ObjCMethodDecl *SuperMethod = nullptr;
7262 while ((Class = Class->getSuperClass()) && !SuperMethod) {
7264 SuperMethod = Class->getMethod(CurMethod->getSelector(),
7268 if (!SuperMethod) {
7270 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
7277 if (!SuperMethod)
7281 if (CurMethod->param_size() != SuperMethod->param_size() ||
7282 CurMethod->isVariadic() != SuperMethod->isVariadic())
7287 SuperP = SuperMethod->param_begin();
7304 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
    [all...]
SemaDeclObjC.cpp 489 const ObjCMethodDecl *SuperMethod =
493 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>());

Completed in 24 milliseconds