Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1072 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1075 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1472 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1281 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1283 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()