Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
3409 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local3414 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()3415 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()3449 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local3454 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()3455 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
1806 unsigned InnerRef : 1;3014 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();3019 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }