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

/external/clang/include/clang/AST/
H A DType.h2505 enum VectorKind { enum in class:clang::VectorType
2518 VectorKind vecKind);
2521 QualType canonType, VectorKind vecKind);
2536 VectorKind getVectorKind() const {
2537 return VectorKind(VectorTypeBits.VecKind);
2546 VectorKind VecKind) {

Completed in 52 milliseconds