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

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

Completed in 165 milliseconds