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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h960 class ObjCIvarRegion : public DeclRegion { class in namespace:clang::ento
964 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
1241 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
/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,
506 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
597 bool ObjCIvarRegion::canPrintPrettyAsExpr() const {
601 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const {
952 const ObjCIvarRegion*
955 return getSubRegion<ObjCIvarRegion>(
[all...]

Completed in 97 milliseconds