Home | History | Annotate | Download | only in AST

Lines Matching refs:AutoType

1790     const AutoType *A = cast<AutoType>(T);
3994 AutoType::Profile(ID, DeducedType, Keyword, IsDependent);
3995 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos))
3998 AutoType *AT = new (*this, TypeAlignment) AutoType(DeducedType,
4039 new (*this, TypeAlignment) AutoType(QualType(), AutoTypeKeyword::Auto,