Searched refs:ItOMPInitClause (Results 1 – 1 of 1) sorted by relevance
7298 auto ItOMPInitClause = S.getClausesOfKind<OMPInitClause>(); in EmitOMPInteropDirective() local7299 if (!ItOMPInitClause.empty()) { in EmitOMPInteropDirective()7301 for (const OMPInitClause *C : ItOMPInitClause) { in EmitOMPInteropDirective()