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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 94 const CXXThisRegion *ExprEngine::getCXXThisRegion(const CXXRecordDecl *D,
98 return svalBuilder.getRegionManager().getCXXThisRegion(PT, SFC);
101 const CXXThisRegion *ExprEngine::getCXXThisRegion(const CXXMethodDecl *decl,
104 getCXXThisRegion(decl->getThisType(getContext()), frameCtx);
181 getCXXThisRegion(E->getConstructor()->getParent(), SFC);
230 const CXXThisRegion *ThisR = getCXXThisRegion(DD->getParent(), SFC);
332 svalBuilder.getRegionManager().getCXXThisRegion(
ExprEngineCallAndReturn.cpp 57 getCXXThisRegion(CCE->getConstructor()->getParent(), calleeCtx);
MemRegion.cpp 718 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
ExprEngine.cpp 332 const CXXThisRegion *thisReg = getCXXThisRegion(decl, stackFrame);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 368 const CXXThisRegion *getCXXThisRegion(const CXXRecordDecl *RD,
371 const CXXThisRegion *getCXXThisRegion(const CXXMethodDecl *decl,
MemRegion.h 975 /// getCXXThisRegion - Retrieve the [artificial] region associated with the
977 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,
    [all...]

Completed in 661 milliseconds