Home
last modified time | relevance | path

Searched defs:LinModifiers (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp725 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument
819 SmallVector<unsigned, 4> LinModifiers; in ParseOMPDeclareSimdClauses() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp339 SmallVector<unsigned, 4> LinModifiers; instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6770 ActOnOpenMPDeclareSimdDirective(DeclGroupPtrTy DG,OMPDeclareSimdDeclAttr::BranchStateTy BS,Expr * Simdlen,ArrayRef<Expr * > Uniforms,ArrayRef<Expr * > Aligneds,ArrayRef<Expr * > Alignments,ArrayRef<Expr * > Linears,ArrayRef<unsigned> LinModifiers,ArrayRef<Expr * > Steps,SourceRange SR) ActOnOpenMPDeclareSimdDirective() argument