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

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

Completed in 203 milliseconds