Lines Matching refs:CK
657 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() argument
672 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr()
677 OpenACCClauseKind CK, SourceLocation Loc, in ParseOpenACCIntExprList() argument
679 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList()
693 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList()
1150 Parser::ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCAsyncArgument() argument
1152 return ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCAsyncArgument()
1286 Parser::OpenACCVarParseResult Parser::ParseOpenACCVar(OpenACCClauseKind CK) { in ParseOpenACCVar() argument
1297 Res = getActions().OpenACC().ActOnVar(CK, Res.get()); in ParseOpenACCVar()
1302 llvm::SmallVector<Expr *> Parser::ParseOpenACCVarList(OpenACCClauseKind CK) { in ParseOpenACCVarList() argument
1305 auto [Res, CanContinue] = ParseOpenACCVar(CK); in ParseOpenACCVarList()
1316 auto [Res, CanContinue] = ParseOpenACCVar(CK); in ParseOpenACCVarList()