Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp110 const MethToIvarMapTy &PropertyGetterToIvarMap; member in __anon80f3cccf0111::IvarInvalidationCheckerImpl::MethodCrawler
154 PropertyGetterToIvarMap(InPropertyGetterToIvarMap), in MethodCrawler()
609 MethToIvarMapTy::const_iterator IvI = PropertyGetterToIvarMap.find(MD); in checkObjCMessageExpr()
610 if (IvI != PropertyGetterToIvarMap.end()) in checkObjCMessageExpr()
633 MethToIvarMapTy::const_iterator IvI =PropertyGetterToIvarMap.find(MD); in checkObjCPropertyRefExpr()
634 if (IvI != PropertyGetterToIvarMap.end()) in checkObjCPropertyRefExpr()