Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerRef

2230   const ReferenceType *InnerRef = T->getAs<ReferenceType>();
2235 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) {
2236 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);
2267 const ReferenceType *InnerRef = T->getAs<ReferenceType>();
2272 if (InnerRef || !T.isCanonical()) {
2273 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T);