Home
last modified time | relevance | path

Searched refs:thisPointerTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h898 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
900 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {} in CXXThisRegion()
1188 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1068 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1070 const PointerType *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()