Home
last modified time | relevance | path

Searched refs:OldRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6965 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local
6966 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap()
6967 if (isa<LValueReferenceType>(OldRef)) in wrap()
6968 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()