HomeSort by relevance Sort by last modified time
    Searched refs:InterfD (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 64 const ObjCInterfaceDecl *InterfD;
73 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR),
190 InterfD->getInstanceMethod(PD->getGetterName());
192 InterfD->getInstanceMethod(PD->getSetterName());
IvarInvalidationChecker.cpp 257 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) {
260 for (const auto *I : InterfD->protocols())
265 for (const auto *Ext : InterfD->visible_extensions())
268 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial);
432 const ObjCMethodDecl *InterfD = *I;
435 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
436 InterfD->isInstanceMethod());
484 const ObjCMethodDecl *InterfD = *I;
487 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
488 InterfD->isInstanceMethod())
    [all...]

Completed in 52 milliseconds