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 830 CXXThisRegion(const PointerType *thisPointerTy,
832 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
842 return QualType(ThisPointerTy, 0);
852 const PointerType *ThisPointerTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 306 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
830 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
834 const PointerType *PT = thisPointerTy->getAs<PointerType>();
    [all...]

Completed in 70 milliseconds