Home | History | Annotate | Download | only in AST

Lines Matching refs:DeducedType

2985 QualType ASTContext::getAutoType(QualType DeducedType) const {
2987 if (!DeducedType.isNull()) {
2990 AutoType::Profile(ID, DeducedType);
2995 AutoType *AT = new (*this, TypeAlignment) AutoType(DeducedType);