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