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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 898 CXXThisRegion(const PointerType *thisPointerTy,
900 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
910 return QualType(ThisPointerTy, 0);
920 const PointerType *ThisPointerTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 308 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
    [all...]

Completed in 3274 milliseconds