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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h902 CXXThisRegion(const PointerType *thisPointerTy, argument
904 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
1192 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1011 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, argument
1015 const PointerType *PT = thisPointerTy->getAs<PointerType>();

Completed in 723 milliseconds