Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp400 const ReferenceType *refTy = cast<ReferenceType>(ty); in convertType() local
401 QualType elemTy = refTy->getPointeeType(); in convertType()
H A DCIRGenExpr.cpp1659 QualType refTy, in emitLoadOfReferenceLValue() argument
1661 LValue refLVal = makeAddrLValue(refAddr, refTy, LValueBaseInfo(source)); in emitLoadOfReferenceLValue()
H A DCIRGenFunction.h991 QualType refTy, AlignmentSource source);