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.h902 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
904 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {} in CXXThisRegion()
1192 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1014 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1016 const PointerType *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()