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

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

Completed in 98 milliseconds