Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumElements

728   QualType RebuildVectorType(QualType ElementType, unsigned NumElements,
736 QualType RebuildExtVectorType(QualType ElementType, unsigned NumElements,
2504 Expr **Elements, unsigned NumElements) {
2506 MultiExprArg(Elements, NumElements));
2523 unsigned NumElements) {
2524 return getSema().BuildObjCDictionaryLiteral(Range, Elements, NumElements);
9882 unsigned NumElements,
9885 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind);
9890 unsigned NumElements,
9892 llvm::APInt numElements(SemaRef.Context.getIntWidth(SemaRef.Context.IntTy),
9893 NumElements, true);
9895 = IntegerLiteral::Create(SemaRef.Context, numElements, SemaRef.Context.IntTy,