Home | History | Annotate | Download | only in AST

Lines Matching refs:AutoType

1051     const AutoType *A = cast<AutoType>(T);
2990 AutoType::Profile(ID, DeducedType);
2991 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos))
2995 AutoType *AT = new (*this, TypeAlignment) AutoType(DeducedType);