Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1025 CXXThisRegion(const PointerType *thisPointerTy, in CXXThisRegion() argument
1028 ThisPointerTy(thisPointerTy) { in CXXThisRegion()
1374 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1207 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, in getCXXThisRegion() argument
1209 const auto *PT = thisPointerTy->getAs<PointerType>(); in getCXXThisRegion()