Home
last modified time | relevance | path

Searched refs:getCallSiteBlock (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp208 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
224 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()
439 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
H A DExprEngineCallAndReturn.cpp392 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit()
433 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), Idx); in processCallExit()
H A DCallEvent.cpp1432 CFGBlock::ConstCFGElementRef ElemRef = {CalleeCtx->getCallSiteBlock(), in getCaller()
1461 const CFGBlock *B = CalleeCtx->getCallSiteBlock(); in getCaller()
H A DExprEngine.cpp2495 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h327 const CFGBlock *getCallSiteBlock() const { return Block; } in getCallSiteBlock() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp524 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()