Home | History | Annotate | Download | only in AST

Lines Matching refs:getAutoDeductType

3659     return getAutoDeductType();
3705 /// getAutoDeductType - Get type pattern for deducing against 'auto'.
3706 QualType ASTContext::getAutoDeductType() const {
3718 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());