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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1370   QualType getDependentSizedExtVectorType(QualType VectorType,

References

tools/clang/lib/AST/ASTContext.cpp
 3550       QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr,
 3623       QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr,
tools/clang/lib/Sema/SemaType.cpp
 2448   return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc);
tools/clang/lib/Serialization/ASTReader.cpp
 6872     return Context.getDependentSizedExtVectorType(ElementType, SizeExpr,