HomeSort by: relevance | last modified time | path
    Searched refs:getCXXThisRegion (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC);
SValBuilder.cpp 275 getRegionManager().getCXXThisRegion(D->getThisType(), SFC));
283 return loc::MemRegionVal(getRegionManager().getCXXThisRegion(PT, SFC));
ExprEngineCXX.cpp 980 svalBuilder.getRegionManager().getCXXThisRegion(
MemRegion.cpp 1207 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1372 /// getCXXThisRegion - Retrieve the [artificial] region associated with the
1374 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,

Completed in 20 milliseconds