Searched refs:ReturnStmtBits (Results 1 – 2 of 2) sorted by relevance
1032 ReturnStmtBitfields ReturnStmtBits; in alignas() member2816 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()2860 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()2861 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
1191 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()1199 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()