Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h1077 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1080 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1477 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp1300 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1302 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()