Searched defs:ObjCIvarRegion (Results 1 - 2 of 2) sorted by relevance

/external/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,
497 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
573 bool ObjCIvarRegion::canPrintPretty() const {
577 void ObjCIvarRegion::printPretty(raw_ostream &os) const {
888 const ObjCIvarRegion*
891 return getSubRegion<ObjCIvarRegion>(
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h942 class ObjCIvarRegion : public DeclRegion { class in namespace:clang::ento
946 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1218 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,

Completed in 455 milliseconds