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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp63 const ObjCInterfaceDecl *InterfD; member in class:__anon4162::DirectIvarAssignment::MethodCrawler
72 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR),
189 InterfD->getInstanceMethod(PD->getGetterName());
191 InterfD->getInstanceMethod(PD->getSetterName());
H A DIvarInvalidationChecker.cpp257 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; local
435 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
436 InterfD->isInstanceMethod());
484 const ObjCMethodDecl *InterfD = *I; local
487 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
488 InterfD
[all...]

Completed in 57 milliseconds