Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp104 bool &CalledAnotherInvalidationMethod; member in __anon22abd66b0111::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()