Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldRef

3634         const ReferenceType *OldRef = cast<ReferenceType>(Old);
3635 QualType New = wrap(C, OldRef->getPointeeType(), I);
3636 if (isa<LValueReferenceType>(OldRef))
3637 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());