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 902 CXXThisRegion(const PointerType *thisPointerTy,
904 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
914 return QualType(ThisPointerTy, 0);
924 const PointerType *ThisPointerTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
1011 MemRegionManager::getCXXThisRegion(QualType thisPointerTy
    [all...]

Completed in 105 milliseconds