Home | History | Annotate | Download | only in AST

Lines Matching refs:getExtVectorType

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