Searched refs:RetLoc (Results 1 – 3 of 3) sorted by relevance
311 SourceLocation RetLoc;3178 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; }3179 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; }
2445 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local2446 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
9136 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local9137 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()9138 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()9142 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()