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

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

Completed in 65 milliseconds