Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h321 const CFGBlock *getCallSiteBlock() const { return Block; } in getCallSiteBlock() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp322 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit()
362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
H A DExprEngineCXX.cpp192 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
396 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
H A DCallEvent.cpp1421 const CFGBlock *B = CalleeCtx->getCallSiteBlock(); in getCaller()
H A DExprEngine.cpp1952 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp526 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()