Searched refs:ReturnStmtBits (Results 1 – 2 of 2) sorted by relevance
1020 ReturnStmtBitfields ReturnStmtBits; in alignas() member2804 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()2848 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()2849 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
1190 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()1198 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()