Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1105 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1108 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1505 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1347 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1349 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()