Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp108 bool &CalledAnotherInvalidationMethod; member in __anon197013990111::IvarInvalidationCheckerImpl::MethodCrawler
156 CalledAnotherInvalidationMethod(InCalledAnotherInvalidationMethod), in MethodCrawler()
173 if (CalledAnotherInvalidationMethod) in VisitChildren()
440 bool CalledAnotherInvalidationMethod = false; in visit() local
443 CalledAnotherInvalidationMethod, in visit()
450 if (CalledAnotherInvalidationMethod) in visit()
495 bool CalledAnotherInvalidationMethod = false; in visit() local
497 CalledAnotherInvalidationMethod, in visit()
504 if (CalledAnotherInvalidationMethod) in visit()
702 CalledAnotherInvalidationMethod = true; in VisitObjCMessageExpr()