reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 3311     Profile(ID, Context, getElementType(), getSizeExpr(), getVectorKind());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  601     if (Vec1->getVectorKind() != Vec2->getVectorKind())
  601     if (Vec1->getVectorKind() != Vec2->getVectorKind())
tools/clang/lib/AST/ItaniumMangle.cpp
 3208   if ((T->getVectorKind() == VectorType::NeonVector ||
 3209        T->getVectorKind() == VectorType::NeonPolyVector)) {
 3224   if (T->getVectorKind() == VectorType::AltiVecPixel)
 3226   else if (T->getVectorKind() == VectorType::AltiVecBool)
tools/clang/lib/AST/TypePrinter.cpp
  663   switch (T->getVectorKind()) {
tools/clang/lib/Sema/TreeTransform.h
 4940         ElementType, Size.get(), T->getAttributeLoc(), T->getVectorKind());
tools/clang/lib/Serialization/ASTWriter.cpp
  463   Record.push_back(T->getVectorKind());