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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1355   QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,

References

tools/clang/lib/Sema/SemaType.cpp
 2361     return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,
 2373     return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,
tools/clang/lib/Serialization/ASTReader.cpp
 6860     return Context.getDependentVectorType(ElementType, SizeExpr, AttrLoc,