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

References

tools/clang/lib/AST/ASTContext.cpp
 3597   DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType),
 3608       DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0),
 3611     QualType CanonVecTy = getCanonicalType(vecType);
 3612     if (CanonVecTy == vecType) {
 3614         DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr,
 3626         DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc);