Home
last modified time | relevance | path

Searched refs:InvalidationMethods (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp69 MethodSet InvalidationMethods; member
73 InvalidationMethods.insert(MD); in addInvalidationMethod()
77 return !InvalidationMethods.empty(); in needsInvalidation()
83 for (const ObjCMethodDecl *Curr : InvalidationMethods) { in hasMethod()
420 for (const ObjCMethodDecl *InterfD : PartialInfo.InvalidationMethods) { in visit()
469 for (const ObjCMethodDecl *InterfD : Info.InvalidationMethods) { in visit()