Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
3447 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local3452 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()3453 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()3487 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local3492 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()3493 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
1738 unsigned InnerRef : 1;2894 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();2899 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }