Searched refs:callReturn (Results 1 – 3 of 3) sorted by relevance
581 callReturn(callReturnPos) {} in PathDiagnosticCallPiece()589 PathDiagnosticLocation callReturn; variable611 callReturn.flatten(); in flattenLocations()
253 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()254 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()1058 assert(callReturn.asLocation().isValid()); in getCallExitEvent()1059 return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str()); in getCallExitEvent()
539 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()540 Call->callReturn = *LastCallLocation; in adjustCallLocations()1237 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode()