Searched refs:InnerRef (Results 1 – 2 of 2) sorted by relevance
2981 const auto *InnerRef = T->getAs<ReferenceType>(); in getLValueReferenceType() local2986 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()2987 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getLValueReferenceType()3017 const auto *InnerRef = T->getAs<ReferenceType>(); in getRValueReferenceType() local3022 if (InnerRef || !T.isCanonical()) { in getRValueReferenceType()3023 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); in getRValueReferenceType()
1579 unsigned InnerRef : 1;2685 ReferenceTypeBits.InnerRef = Referencee->isReferenceType();2690 bool isInnerRef() const { return ReferenceTypeBits.InnerRef; }