Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DAnalysisDeclContext.h327 const CFGBlock *getCallSiteBlock() const { return Block; } in getCallSiteBlock() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp207 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction()
223 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()
431 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction()
DExprEngineCallAndReturn.cpp394 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit()
435 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), Idx); in processCallExit()
DCallEvent.cpp1426 const CFGBlock *B = CalleeCtx->getCallSiteBlock(); in getCaller()
DExprEngine.cpp2462 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp524 const CFGBlock &Block = *SFC->getCallSiteBlock(); in getLocationForCaller()