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

/external/clang/include/clang/AST/
H A DType.h2470 /// ExtVectorType - Extended vector type. This type is created using
2475 class ExtVectorType : public VectorType { class in namespace:clang
2476 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : function in class:clang::ExtVectorType
2533 static bool classof(const ExtVectorType *) { return true; }
4840 return isa<ExtVectorType>(CanonicalType);

Completed in 72 milliseconds