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

/external/clang/include/clang/AST/
H A DType.h2419 enum VectorKind { enum in class:clang::VectorType
2432 VectorKind vecKind);
2435 QualType canonType, VectorKind vecKind);
2447 VectorKind getVectorKind() const {
2448 return VectorKind(VectorTypeBits.VecKind);
2457 VectorKind VecKind) {

Completed in 72 milliseconds