Home
last modified time | relevance | path

Searched refs:getCalleeContext (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp47 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter()
93 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
104 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext()); in getLastStmt()
112 if (CE->getCalleeContext() == SF) in getLastStmt()
H A DBugReporterVisitors.cpp459 if (CE->getCalleeContext() == OriginalSCtx) { in findModifyingFrames()
1159 if (CE->getCalleeContext() != CalleeSFC) in visitNodeMaybeUnsuppress()
1665 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
1671 InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite()) in VisitNode()
2442 if (CEE->getCalleeContext()->getCallSite() == E) in handle()
2475 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in handle()
3413 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
3443 BR.markInteresting(CEnter->getCalleeContext()); in VisitNode()
H A DExplodedGraph.cpp339 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
H A DBugReporter.cpp306 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
1148 const StackFrameContext *CalleeLC = CE->getCalleeContext(); in generatePathDiagnosticsForNode()
1188 C.updateLocCtxMap(&Call->path, CE->getCalleeContext()); in generatePathDiagnosticsForNode()
1216 C.updateLocCtxMap(&Call->path, CE->getCalleeContext()); in generatePathDiagnosticsForNode()
3221 const Decl* D = CE->getCalleeContext()->getDecl(); in findExecutedLines()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h638 const StackFrameContext *getCalleeContext() const { in getCalleeContext() function
644 const StackFrameContext *CalleeCtx = getCalleeContext(); in getEntry()
693 const StackFrameContext *getCalleeContext() const { in getCalleeContext() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp701 return getLocationForCaller(CE->getCalleeContext(), in create()
705 return getLocationForCaller(CEE->getCalleeContext(), in create()
852 PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(), in construct()
872 const StackFrameContext *CalleeCtx = CE.getCalleeContext(); in setCallee()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp720 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()