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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp220 DependentVectorType( const ASTContext &Context, QualType ElementType, QualType CanonType, Expr *SizeExpr, SourceLocation Loc, VectorType::VectorKind VecKind) argument
232 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ElementType, const Expr *SizeExpr, VectorType::VectorKind VecKind) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3289 Profile(llvm::FoldingSetNodeID &ID, QualType ElementType, unsigned NumElements, TypeClass TypeClass, VectorKind VecKind) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1702 VectorType::VectorKind VecKind = VectorType::AltiVecVector; local
7410 isPermittedNeonBaseType(QualType &Ty, VectorType::VectorKind VecKind, Sema &S) argument
7464 HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr, Sema &S, VectorType::VectorKind VecKind) argument
H A DTreeTransform.h13292 RebuildVectorType(QualType ElementType, unsigned NumElements, VectorType::VectorKind VecKind) argument
13300 RebuildDependentVectorType( QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, VectorType::VectorKind VecKind) argument

Completed in 149 milliseconds