Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp104 bool &CalledAnotherInvalidationMethod; member in __anon9e0bb3e70111::IvarInvalidationCheckerImpl::MethodCrawler
152 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
169 if (CalledAnotherInvalidationMethod) in VisitChildren()
437 bool CalledAnotherInvalidationMethod = false; in visit() local
440 CalledAnotherInvalidationMethod, in visit()
447 if (CalledAnotherInvalidationMethod) in visit()
492 bool CalledAnotherInvalidationMethod = false; in visit() local
494 CalledAnotherInvalidationMethod, in visit()
501 if (CalledAnotherInvalidationMethod) in visit()
698 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()