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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2509 enum VectorKind { enum in class:clang::VectorType
2522 VectorKind vecKind);
2525 QualType canonType, VectorKind vecKind);
2540 VectorKind getVectorKind() const {
2541 return VectorKind(VectorTypeBits.VecKind);
2550 VectorKind VecKind) {
H A DASTContext.h1012 VectorType::VectorKind VecKind) const;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp172 VectorKind vecKind)
184 QualType canonType, VectorKind vecKind)
H A DASTContext.cpp2658 VectorType::VectorKind VecKind) const {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1107 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
4760 VectorType::VectorKind VecKind,
4805 VectorType::VectorKind VecKind) {
H A DTreeTransform.h722 VectorType::VectorKind VecKind);
9536 VectorType::VectorKind VecKind) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4629 (VectorType::VectorKind)VecKind);

Completed in 164 milliseconds