HomeSort by relevance Sort by last modified time
    Searched refs:ThisPointerTy (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 695 CXXThisRegion(const PointerType *thisPointerTy,
697 : TypedRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
707 return QualType(ThisPointerTy, 0);
717 const PointerType *ThisPointerTy;
965 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 285 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
717 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
721 const PointerType *PT = thisPointerTy->getAs<PointerType>();

Completed in 19 milliseconds