Home
last modified time | relevance | path

Searched refs:getCallSite (Results 1 – 14 of 14) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp327 ->getCallSite(); in getStmtForDiagnostics()
339 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
H A DExprEngineCXX.cpp226 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()
450 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
673 LCtx->getStackFrame()->getCallSite()); in handleConstructor()
H A DExprEngineCallAndReturn.cpp93 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
264 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
H A DCallEvent.cpp952 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
1436 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
H A DCoreEngine.cpp492 LCtx->getStackFrame()->getCallSite())) { in HandleVirtualBaseBranch()
H A DBugReporterVisitors.cpp1671 InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite()) in VisitNode()
2442 if (CEE->getCalleeContext()->getCallSite() == E) in handle()
2476 if (CalleeContext->getCallSite() != E) in handle()
H A DMemRegion.cpp1008 const Stmt *CallSite = SFC->getCallSite(); in getVarRegion()
H A DBugReporter.cpp306 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
H A DExprEngine.cpp2443 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp514 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack()
556 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h325 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp175 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); in checkEndFunction()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp506 S = LCtx->getStackFrame()->getCallSite(); in VisitNode()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1082 return cast<CXXConstructExpr>(getInheritingStackFrame()->getCallSite()); in getInheritingConstructor()