Home
last modified time | relevance | path

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

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