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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h976 CXXThisRegion(const PointerType *thisPointerTy, argument
979 ThisPointerTy(thisPointerTy) {
1310 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1100 MemRegionManager::getCXXThisRegion(QualType thisPointerTy, argument
1102 const auto *PT = thisPointerTy->getAs<PointerType>();

Completed in 122 milliseconds