Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h296 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.cpp1016 const CFGBlock *B = CalleeCtx->getCallSiteBlock(); in getCaller()
DPathDiagnostic.cpp545 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()
DExprEngine.cpp1395 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()