Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp104 bool &CalledAnotherInvalidationMethod; member in __anonbf9cd7ce0111::IvarInvalidationCheckerImpl::MethodCrawler
152 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
169 if (CalledAnotherInvalidationMethod) in VisitChildren()
436 bool CalledAnotherInvalidationMethod = false; in visit() local
439 CalledAnotherInvalidationMethod, in visit()
446 if (CalledAnotherInvalidationMethod) in visit()
491 bool CalledAnotherInvalidationMethod = false; in visit() local
493 CalledAnotherInvalidationMethod, in visit()
500 if (CalledAnotherInvalidationMethod) in visit()
697 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()