Searched refs:ReturnStmtBits (Results 1 – 2 of 2) sorted by relevance
1211 ReturnStmtBitfields ReturnStmtBits; in alignas() member3027 bool hasNRVOCandidate() const { return ReturnStmtBits.HasNRVOCandidate; } in hasNRVOCandidate()3071 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc()3072 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc()
1192 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()1200 ReturnStmtBits.HasNRVOCandidate = HasNRVOCandidate; in ReturnStmt()