Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp103 bool &CalledAnotherInvalidationMethod; member in __anon47e17cb70111::IvarInvalidationCheckerImpl::MethodCrawler
151 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
168 if (CalledAnotherInvalidationMethod) in VisitChildren()
427 bool CalledAnotherInvalidationMethod = false; in visit() local
430 CalledAnotherInvalidationMethod, in visit()
437 if (CalledAnotherInvalidationMethod) in visit()
479 bool CalledAnotherInvalidationMethod = false; in visit() local
481 CalledAnotherInvalidationMethod, in visit()
488 if (CalledAnotherInvalidationMethod) in visit()
683 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()