Searched refs:DeclRegion (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h814 class DeclRegion : public TypedValueRegion { class in namespace:clang::ento
818 DeclRegion(const Decl *d, const MemRegion* sReg, Kind k) function in class:clang::ento::DeclRegion
834 class VarRegion : public DeclRegion {
839 : DeclRegion(vd, sReg, VarRegionKind) {}
843 DeclRegion::ProfileRegion(ID, VD, superRegion, VarRegionKind);
898 class FieldRegion : public DeclRegion {
902 : DeclRegion(fd, sReg, FieldRegionKind) {}
916 DeclRegion::ProfileRegion(ID, FD, superRegion, FieldRegionKind);
929 class ObjCIvarRegion : public DeclRegion {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp197 DefinedOrUnknownSVal Extent = DeclRegion::getExtent(svalBuilder);
225 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
312 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
315 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
322 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const {
323 DeclRegion::ProfileRegion(ID, D, superRegion, getKind());
H A DExprEngineCallAndReturn.cpp406 if (!Target || !isa<DeclRegion>(Target))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp435 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts()))
H A DGenericTaintChecker.cpp595 const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion());

Completed in 153 milliseconds