Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp224 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion
227 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()
231 QualType ObjCIvarRegion::getValueType() const { in getValueType()
309 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
489 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
874 const ObjCIvarRegion*
877 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
DRegionStore.cpp60 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()
332 SVal getBindingForObjCIvar(Store store, const ObjCIvarRegion *R);
1103 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()
1395 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
DCallEvent.cpp175 isa<ObjCIvarRegion>(superReg)) in invalidateRegions()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h929 class ObjCIvarRegion : public DeclRegion {
933 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1200 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,