Searched defs:vecType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp307 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp283 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
287 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, argument
H A DASTContext.cpp3647 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, argument
3718 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { argument
3747 getDependentSizedExtVectorType(QualType vecType, Expr *SizeExpr, SourceLocation AttrLoc) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3357 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) argument

Completed in 284 milliseconds