Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp104 bool &CalledAnotherInvalidationMethod; member in __anon99af8f4c0111::IvarInvalidationCheckerImpl::MethodCrawler
152 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
169 if (CalledAnotherInvalidationMethod) in VisitChildren()
428 bool CalledAnotherInvalidationMethod = false; in visit() local
431 CalledAnotherInvalidationMethod, in visit()
438 if (CalledAnotherInvalidationMethod) in visit()
480 bool CalledAnotherInvalidationMethod = false; in visit() local
482 CalledAnotherInvalidationMethod, in visit()
489 if (CalledAnotherInvalidationMethod) in visit()
684 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()