Home
last modified time | relevance | path

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

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