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()1191 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
1001 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument1005 const PointerType *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()