Home | History | Annotate | Download | only in AST

Lines Matching refs:getRValueReferenceType

2115 /// getRValueReferenceType - Return the uniqued reference to the type for an
2117 QualType ASTContext::getRValueReferenceType(QualType T) const {
2135 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2298 result = getRValueReferenceType(
3571 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());