Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
3821 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local3826 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()3827 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()3861 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local3866 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()3867 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
2032 unsigned InnerRef : 1;3411 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();3416 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }