Searched refs:CallExitEnd (Results 1 – 8 of 8) sorted by relevance
686 class CallExitEnd : public ProgramPoint {689 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function699 CallExitEnd() = default;
43 class CallExitEnd; variable617 construct(const CallExitEnd &CE,
92 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()380 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
338 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
412 return N->getLocationAs<CallExitEnd>() && in getMatchingCallExitEnd()2440 if (std::optional<CallExitEnd> CEE = in handle()2441 ExprNode->getLocationAs<CallExitEnd>()) in handle()2471 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle()
303 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()1207 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
217 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
704 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()849 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()