Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp325 ->getCallSite(); in getStmtForDiagnostics()
337 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
H A DExprEngineCXX.cpp236 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()
460 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()
638 LCtx->getStackFrame()->getCallSite()); in handleConstructor()
H A DExprEngineCallAndReturn.cpp89 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
259 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
H A DCallEvent.cpp972 while (isa<CXXInheritedCtorInitExpr>(SFC->getCallSite())) in getInheritingStackFrame()
1456 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
H A DCoreEngine.cpp539 LCtx->getStackFrame()->getCallSite())) { in HandleVirtualBaseBranch()
H A DBugReporterVisitors.cpp1623 InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite()) in VisitNode()
2394 if (CEE->getCalleeContext()->getCallSite() == E) in handle()
2428 if (CalleeContext->getCallSite() != E) in handle()
H A DMemRegion.cpp1047 const Stmt *CallSite = SFC->getCallSite(); in getVarRegion()
H A DBugReporter.cpp327 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
H A DExprEngine.cpp2464 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp512 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack()
554 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h325 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp175 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); in checkEndFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp506 S = LCtx->getStackFrame()->getCallSite(); in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1089 return cast<CXXConstructExpr>(getInheritingStackFrame()->getCallSite()); in getInheritingConstructor()