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

/external/clang/include/clang/AST/
H A DType.h2529 enum VectorKind { enum in class:clang::VectorType
2542 VectorKind vecKind);
2545 QualType canonType, VectorKind vecKind);
2560 VectorKind getVectorKind() const {
2561 return VectorKind(VectorTypeBits.VecKind);
2570 VectorKind VecKind) {
H A DASTContext.h1031 VectorType::VectorKind VecKind) const;
/external/clang/lib/AST/
H A DType.cpp172 VectorKind vecKind)
184 QualType canonType, VectorKind vecKind)
H A DASTContext.cpp2682 VectorType::VectorKind VecKind) const {
/external/clang/lib/Sema/
H A DSemaType.cpp1076 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
4732 VectorType::VectorKind VecKind, Sema &S) {
4792 VectorType::VectorKind VecKind) {
H A DTreeTransform.h729 VectorType::VectorKind VecKind);
9883 VectorType::VectorKind VecKind) {
/external/clang/lib/Serialization/
H A DASTReader.cpp5196 (VectorType::VectorKind)VecKind);

Completed in 484 milliseconds