Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7128 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local
7129 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap()
7130 if (isa<LValueReferenceType>(OldRef)) in wrap()
7131 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()