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()
408 return N->getLocationAs<CallExitEnd>() && in getMatchingCallExitEnd()2436 if (std::optional<CallExitEnd> CEE = in handle()2437 ExprNode->getLocationAs<CallExitEnd>()) in handle()2467 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle()
293 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()1197 if (std::optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
217 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
701 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()846 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()