Searched refs:thisPointerTy (Results 1 – 2 of 2) sorted by relevance
902 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument904 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {} in CXXThisRegion()1192 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
1014 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument1016 const PointerType *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()