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.h1077 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1080 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1477 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1300 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1302 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()