Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp326 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit()
353 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
DCallEvent.cpp1093 const CFGBlock *B = CalleeCtx->getCallSiteBlock(); in getCaller()
DPathDiagnostic.cpp543 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()
DExprEngine.cpp1411 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h300 const CFGBlock *getCallSiteBlock() const { return Block; } in getCallSiteBlock() function