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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp114 const MethToIvarMapTy &PropertyGetterToIvarMap; member in class:__anon1671::IvarInvalidationCheckerImpl::MethodCrawler
158 PropertyGetterToIvarMap(InPropertyGetterToIvarMap),
613 MethToIvarMapTy::const_iterator IvI = PropertyGetterToIvarMap.find(MD);
614 if (IvI != PropertyGetterToIvarMap.end())
637 MethToIvarMapTy::const_iterator IvI =PropertyGetterToIvarMap.find(MD);
638 if (IvI != PropertyGetterToIvarMap.end())

Completed in 300 milliseconds