Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
3420 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local3425 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()3426 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()3460 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local3465 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()3466 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
1728 unsigned InnerRef : 1;2832 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();2837 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }