reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4144 if (Cl->getClauseKind() == OMPC_private) { 4145 auto *PC = cast<OMPPrivateClause>(Cl); 4149 } else if (Cl->getClauseKind() == OMPC_firstprivate) { 4150 auto *PC = cast<OMPFirstprivateClause>(Cl); 4154 } else if (Cl->getClauseKind() == OMPC_lastprivate) { 4155 auto *PC = cast<OMPLastprivateClause>(Cl); 4159 } else if (Cl->getClauseKind() == OMPC_linear) { 4160 auto *PC = cast<OMPLinearClause>(Cl); 4164 } else if (Cl->getClauseKind() == OMPC_reduction) { 4165 auto *PC = cast<OMPReductionClause>(Cl); 4169 } else if (Cl->getClauseKind() == OMPC_task_reduction) { 4170 auto *PC = cast<OMPTaskReductionClause>(Cl); 4174 } else if (Cl->getClauseKind() == OMPC_in_reduction) { 4175 auto *PC = cast<OMPInReductionClause>(Cl);