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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h842 class DeclRegion : public TypedValueRegion { class in namespace:clang::ento
846 DeclRegion(const Decl *d, const MemRegion* sReg, Kind k) function in class:clang::ento::DeclRegion
862 class VarRegion : public DeclRegion {
867 : DeclRegion(vd, sReg, VarRegionKind) {}
871 DeclRegion::ProfileRegion(ID, VD, superRegion, VarRegionKind);
927 class FieldRegion : public DeclRegion {
931 : DeclRegion(fd, sReg, FieldRegionKind) {}
945 DeclRegion::ProfileRegion(ID, FD, superRegion, FieldRegionKind);
960 class ObjCIvarRegion : public DeclRegion {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp423 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts()))
H A DGenericTaintChecker.cpp589 const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion());
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp202 DefinedOrUnknownSVal Extent = DeclRegion::getExtent(svalBuilder);
230 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
318 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
321 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
328 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const {
329 DeclRegion::ProfileRegion(ID, D, superRegion, getKind());
H A DExprEngineCallAndReturn.cpp643 if (!Target || !isa<DeclRegion>(Target))

Completed in 302 milliseconds