Home | History | Annotate | Download | only in AST

Lines Matching refs:CanonType

1925   ParenType(QualType InnerType, QualType CanonType) :
1926 Type(Paren, CanonType, InnerType->isDependentType(),
2466 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2470 QualType canonType, VectorKind vecKind);
2510 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) :
2511 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
3900 QualType NamedType, QualType CanonType)
3901 : TypeWithKeyword(Keyword, Elaborated, CanonType,
3963 const IdentifierInfo *Name, QualType CanonType)
3964 : TypeWithKeyword(Keyword, DependentName, CanonType, /*Dependent=*/true,