Home | History | Annotate | Download | only in AST

Lines Matching refs:getRValueReferenceType

2254 /// getRValueReferenceType - Return the uniqued reference to the type for an
2256 QualType ASTContext::getRValueReferenceType(QualType T) const {
2274 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
2437 result = getRValueReferenceType(
3718 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());