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

References

tools/clang/lib/AST/ASTContext.cpp
 3565   assert(vecType->isBuiltinType() || vecType->isDependentType());
 3565   assert(vecType->isBuiltinType() || vecType->isDependentType());
 3569   VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
 3578   if (!vecType.isCanonical()) {
 3579     Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
 3586     ExtVectorType(vecType, NumElts, Canonical);