HomeSort by relevance Sort by last modified time
    Searched refs:ObjCIvarRegion (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 125 isa<ObjCIvarRegion>(superReg))
MemRegion.cpp 452 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
697 const ObjCIvarRegion*
700 return getSubRegion<ObjCIvarRegion>(d, superRegion);
RegionStore.cpp 332 SVal RetrieveObjCIvar(Store store, const ObjCIvarRegion *R);
937 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 759 class ObjCIvarRegion : public DeclRegion {
763 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg)
1021 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
    [all...]

Completed in 608 milliseconds