Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp111 const MethToIvarMapTy &PropertyGetterToIvarMap; member in __anon14f98f060111::IvarInvalidationCheckerImpl::MethodCrawler
155 PropertyGetterToIvarMap(InPropertyGetterToIvarMap), in MethodCrawler()
610 MethToIvarMapTy::const_iterator IvI = PropertyGetterToIvarMap.find(MD); in checkObjCMessageExpr()
611 if (IvI != PropertyGetterToIvarMap.end()) in checkObjCMessageExpr()
634 MethToIvarMapTy::const_iterator IvI =PropertyGetterToIvarMap.find(MD); in checkObjCPropertyRefExpr()
635 if (IvI != PropertyGetterToIvarMap.end()) in checkObjCPropertyRefExpr()