Searched refs:ReturnStmtBits (Results 1 – 2 of 2) sorted by relevance
1017 ReturnStmtBitfields ReturnStmtBits; member2743 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()2787 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()2788 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
1178 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()1186 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()