Searched refs:RetLoc (Results 1 – 3 of 3) sorted by relevance
309 SourceLocation RetLoc; in alignas() local3071 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()3072 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
2489 if (std::optional<Loc> RetLoc = RetVal.getAs<Loc>()) in handle() local2490 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in handle()
9059 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local9060 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()9061 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()9065 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()