HomeSort by relevance Sort by last modified time
    Searched refs:DeclRegion (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 770 class DeclRegion : public TypedValueRegion {
774 DeclRegion(const Decl *d, const MemRegion* sReg, Kind k)
792 class VarRegion : public DeclRegion {
797 : DeclRegion(vd, sReg, VarRegionKind) {}
801 DeclRegion::ProfileRegion(ID, VD, superRegion, VarRegionKind);
855 class FieldRegion : public DeclRegion {
859 : DeclRegion(fd, sReg, FieldRegionKind) {}
873 DeclRegion::ProfileRegion(ID, FD, superRegion, FieldRegionKind);
884 class ObjCIvarRegion : public DeclRegion {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 182 DefinedOrUnknownSVal DeclRegion::getExtent(SValBuilder &svalBuilder) const {
197 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());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 376 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts()))
GenericTaintChecker.cpp 586 const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion());

Completed in 334 milliseconds