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

/external/clang/include/clang/AST/
H A DType.h2582 /// ExtVectorType - Extended vector type. This type is created using
2587 class ExtVectorType : public VectorType { class in namespace:clang
2588 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : function in class:clang::ExtVectorType
4946 return isa<ExtVectorType>(CanonicalType);

Completed in 314 milliseconds