Searched refs:ReturnRef (Results 1 – 5 of 5) sorted by relevance
1716 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()1771 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()1797 else if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()2011 if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()2049 if (psr == ScopeRef.ReturnRef || psr == ScopeRef.ReturnRef_Scope) in visit()
7085 covariant[ScopeRef.Ref ][ScopeRef.ReturnRef] = true; in covariantInit()7086 covariant[ScopeRef.ReturnRef_Scope][ScopeRef.ReturnRef] = true; in covariantInit()7088 covariant[ScopeRef.Ref_ReturnScope][ScopeRef.ReturnRef] = true; in covariantInit()7265 case STC.return_ | STC.ref_: result = ScopeRef.ReturnRef; break; in buildScopeRef()7286 ReturnRef, enumerator7310 ReturnRef: "ReturnRef", in toChars()
1008 case ScopeRef.ReturnRef: rrs = isout ? "NkJ" : "NkK"; goto L1; // return ref in mangleParameter()
2861 … case ScopeRef.ReturnRef: rrs = isout ? "return out" : "return ref"; goto L1; in stcToBuffer()
1030 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT