Searched defs:getExtVectorType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp2710 /// getExtVectorType - Return the unique reference to an extended vector type of
2713 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { function in class:ASTContext
2728 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
7618 Type = Context.getExtVectorType(ElementType, NumElements);

Completed in 432 milliseconds