Home | History | Annotate | Download | only in AST

Lines Matching refs:getExtVectorType

2662 /// getExtVectorType - Return the unique reference to an extended vector type of
2665 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const {
2680 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
7664 Type = Context.getExtVectorType(ElementType, NumElements);