Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerRef

2091   const ReferenceType *InnerRef = T->getAs<ReferenceType>();
2096 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) {
2097 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);
2128 const ReferenceType *InnerRef = T->getAs<ReferenceType>();
2133 if (InnerRef || !T.isCanonical()) {
2134 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);