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()
809 const ObjCIvarRegion*
812 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
DRegionStore.cpp349 SVal getBindingForObjCIvar(Store store, const ObjCIvarRegion *R);
1058 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()
1336 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
DExprEngineCallAndReturn.cpp353 isa<ObjCIvarRegion>(superReg)) in invalidateArguments()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h884 class ObjCIvarRegion : public DeclRegion {
888 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1152 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,