Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
4101 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local4106 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()4107 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()4141 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local4146 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()4147 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
2044 unsigned InnerRef : 1;3508 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();3513 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }