Home | History | Annotate | Download | only in Sema

Lines Matching refs:isRValueReference

9131   bool isRValueReference = false;
9140 isRValueReference = true;
9150 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType);