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

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

Completed in 139 milliseconds