Searched refs:ModifierLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3178 SourceLocation ModifierLoc; member in class:clang::final
3197 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc,
3203 ModifierLoc(ModifierLoc), ColonLoc(ColonLoc) {}
3280 /// \param ModifierLoc Modifier location.
3294 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc,
3312 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; }
3315 SourceLocation getModifierLoc() const { return ModifierLoc; }
5678 SourceLocation ModifierLoc; member in class:clang::OMPDefaultmapClause
5700 ModifierLoc
3196 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned NumVars) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp479 OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc,
488 StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc, EndLoc, VL.size());
477 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, Expr *PostUpdate) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1766 SourceLocation ModifierLoc,
1770 Modifier, ModifierLoc, ColonLoc,
1762 RebuildOMPLinearClause(ArrayRef<Expr *> VarList, Expr *Step, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc) argument

Completed in 212 milliseconds