Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldRef

4343         const ReferenceType *OldRef = cast<ReferenceType>(Old);
4344 QualType New = wrap(C, OldRef->getPointeeType(), I);
4345 if (isa<LValueReferenceType>(OldRef))
4346 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());