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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 62 const ObjCInterfaceDecl *InterfD;
71 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR),
190 InterfD->getInstanceMethod(PD->getGetterName());
192 InterfD->getInstanceMethod(PD->getSetterName());
IvarInvalidationChecker.cpp 254 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) {
257 for (const auto *I : InterfD->protocols())
262 for (const auto *Ext : InterfD->visible_extensions())
265 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial);
429 const ObjCMethodDecl *InterfD = *I;
432 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
433 InterfD->isInstanceMethod());
481 const ObjCMethodDecl *InterfD = *I;
484 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
485 InterfD->isInstanceMethod())
    [all...]

Completed in 17 milliseconds