Home | History | Annotate | Download | only in AST

Lines Matching defs:CanonType

3428   QualType CanonType;
3430 CanonType = getCanonicalType(Underlying);
3437 CanonType = getCanonicalTemplateSpecializationType(Template, Args);
3448 = new (Mem) TemplateSpecializationType(Template, Args, CanonType,
4028 QualType CanonType = getCanonicalType(UnderlyingType);
4031 CanonType);