Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1055 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1058 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1414 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1233 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1235 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()