Home
last modified time | relevance | path

Searched defs:StepModifierLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4819 SourceLocation StepModifierLoc = ConsumeToken(); ParseOpenMPVarList() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp588 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4005 SourceLocation StepModifierLoc; global() variable
4023 OMPLinearClause(SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind Modifier,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc,unsigned NumVars) OMPLinearClause() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12387 StepModifierLoc; /// 'step' modifier location for linear clause global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1917 RebuildOMPLinearClause(ArrayRef<Expr * > VarList,Expr * Step,SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind Modifier,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc) RebuildOMPLinearClause() argument
H A DSemaOpenMP.cpp20280 ActOnOpenMPLinearClause(ArrayRef<Expr * > VarList,Expr * Step,SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind LinKind,SourceLocation LinLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc) ActOnOpenMPLinearClause() argument