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

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

Completed in 73 milliseconds