Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerRef

1586   const ReferenceType *InnerRef = T->getAs<ReferenceType>();
1591 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) {
1592 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);
1623 const ReferenceType *InnerRef = T->getAs<ReferenceType>();
1628 if (InnerRef || !T.isCanonical()) {
1629 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);