Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp229 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion
232 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()
236 QualType ObjCIvarRegion::getValueType() const { in getValueType()
315 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
506 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
595 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()
599 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()
950 const ObjCIvarRegion*
953 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
DRegionStore.cpp63 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()
512 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);
1340 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()
1708 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h963 class ObjCIvarRegion : public DeclRegion {
967 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1243 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,