Searched refs:RetLoc (Results 1 – 3 of 3) sorted by relevance
272 SourceLocation RetLoc; variable2860 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()2861 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
2471 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local2472 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
8786 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local8787 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()8788 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()8792 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()