Home
last modified time | relevance | path

Searched defs:InterfD (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp254 if (const ObjCInterfaceDecl *InterfD = dyn_cast<ObjCInterfaceDecl>(D)) { in containsInvalidationMethod() local
421 for (const ObjCMethodDecl *InterfD : PartialInfo.InvalidationMethods) { in visit() local
470 for (const ObjCMethodDecl *InterfD : Info.InvalidationMethods) { in visit() local
H A DDirectIvarAssignment.cpp62 const ObjCInterfaceDecl *InterfD; member in __anonaa0c4be70111::DirectIvarAssignment::MethodCrawler