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

References

tools/clang/lib/Sema/SemaType.cpp
 2413   if ((!T->isDependentType() && !T->isIntegerType() &&
 2413   if ((!T->isDependentType() && !T->isIntegerType() &&
 2414        !T->isRealFloatingType()) ||
 2415       T->isBooleanType()) {
 2416     Diag(AttrLoc, diag::err_attribute_invalid_vector_type) << T;
 2445     return Context.getExtVectorType(T, vectorSize);
 2448   return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc);