Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp105 bool &CalledAnotherInvalidationMethod; member in __anon9851fed80111::IvarInvalidationCheckerImpl::MethodCrawler
153 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
170 if (CalledAnotherInvalidationMethod) in VisitChildren()
438 bool CalledAnotherInvalidationMethod = false; in visit() local
441 CalledAnotherInvalidationMethod, in visit()
448 if (CalledAnotherInvalidationMethod) in visit()
493 bool CalledAnotherInvalidationMethod = false; in visit() local
495 CalledAnotherInvalidationMethod, in visit()
502 if (CalledAnotherInvalidationMethod) in visit()
699 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()