Lines Matching defs:DK
64 bool PreserveLoopRAIIDepthInAssociatedStmtRAII(OpenACCDirectiveKind DK) {
65 switch (DK) {
97 SemaOpenACC &S, OpenACCDirectiveKind DK, SourceLocation DirLoc,
101 DirKind(DK), OldLoopGangClauseOnKernel(S.LoopGangClauseOnKernel),
343 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK,
347 assert(((DK != OpenACCDirectiveKind::Invalid &&
349 (DK == OpenACCDirectiveKind::Invalid &&
351 (DK == OpenACCDirectiveKind::Invalid &&
371 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK,
376 DirectiveKind(DK), ClauseKind(CK), IntExpr(IntExpr) {}
425 } IntExprDiagnoser(DK, CK, IntExpr);