Searched refs:RetLoc (Results 1 – 3 of 3) sorted by relevance
267 SourceLocation RetLoc; variable2787 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()2788 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
1016 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local1017 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in addVisitorIfNecessary()
8516 SourceLocation RetLoc = FD->getReturnTypeSourceRange().getBegin(); in CheckExplicitlyDefaultedComparison() local8517 if (RetLoc.isInvalid()) in CheckExplicitlyDefaultedComparison()8518 RetLoc = FD->getBeginLoc(); in CheckExplicitlyDefaultedComparison()8522 Info.Category, RetLoc, ComparisonCategoryUsage::DefaultedOperator); in CheckExplicitlyDefaultedComparison()