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

References

tools/clang/lib/AST/ASTContext.cpp
 3527   DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr,
 3536         *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind);
 3541           *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind);
 3550       QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr,
 3553           *this, VecType, Canon, SizeExpr, AttrLoc, VecKind);