Home
last modified time | relevance | path

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

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