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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3202 const ObjCMethodDecl *InitMethod = nullptr;
3204 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod);
3205 assert(isDesignated && InitMethod);
3210 Diag(InitMethod->getLocation(),
SemaDecl.cpp 14639 const ObjCMethodDecl *InitMethod = nullptr;
14641 MD->isDesignatedInitializerForTheInterface(&InitMethod);
14642 assert(isDesignated && InitMethod);
14660 Diag(InitMethod->getLocation(),

Completed in 59 milliseconds