Lines Matching refs:OpenACCClauseKind
71 : OpenACCClauseWithCondition(OpenACCClauseKind::If, BeginLoc, LParenLoc, in OpenACCIfClause()
92 : OpenACCClauseWithCondition(OpenACCClauseKind::Self, BeginLoc, LParenLoc, in OpenACCSelfClause()
105 case OpenACCClauseKind::CLAUSE_NAME: \ in children()
108 case OpenACCClauseKind::ALIAS_NAME: \ in children()
120 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::NumWorkers, BeginLoc, in OpenACCNumWorkersClause()
141 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::VectorLength, BeginLoc, in OpenACCVectorLengthClause()
161 : OpenACCClauseWithSingleIntExpr(OpenACCClauseKind::Async, BeginLoc, in OpenACCAsyncClause()
260 OpenACCCopyClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
270 OpenACCCopyInClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
281 OpenACCCopyOutClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
292 OpenACCCreateClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
303 const ASTContext &C, OpenACCClauseKind K, SourceLocation BeginLoc, in Create()