Home
last modified time | relevance | path

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

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