Home
last modified time | relevance | path

Searched refs:vecKind (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp331 VectorKind vecKind) in VectorType() argument
332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
335 QualType canonType, VectorKind vecKind) in VectorType() argument
337 VectorTypeBits.VecKind = vecKind; in VectorType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h3398 VectorKind vecKind);
3401 QualType canonType, VectorKind vecKind);
3452 SourceLocation Loc, VectorType::VectorKind vecKind);