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.cpp6993 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local
6994 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap()
6995 if (isa<LValueReferenceType>(OldRef)) in wrap()
6996 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()