Home
last modified time | relevance | path

Searched refs:LinModifiers (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp715 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument
775 LinModifiers.append(Linears.size() - LinModifiers.size(), in parseDeclareSimdClauses()
809 SmallVector<unsigned, 4> LinModifiers; in ParseOMPDeclareSimdClauses() local
813 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses()
821 LinModifiers, Steps, SourceRange(Loc, EndLoc)); in ParseOMPDeclareSimdClauses()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp334 SmallVector<unsigned, 4> LinModifiers; in instantiateOMPDeclareSimdDeclAttr() local
400 LinModifiers.append(Attr.modifiers_begin(), Attr.modifiers_end()); in instantiateOMPDeclareSimdDeclAttr()
403 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp6993 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR) { in ActOnOpenMPDeclareSimdDirective() argument
6995 assert(Linears.size() == LinModifiers.size()); in ActOnOpenMPDeclareSimdDirective()
7125 auto MI = LinModifiers.begin(); in ActOnOpenMPDeclareSimdDirective()
7234 const_cast<unsigned *>(LinModifiers.data()), LinModifiers.size(), in ActOnOpenMPDeclareSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12068 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR);