Home
last modified time | relevance | path

Searched refs:ItOMPInitClause (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7298 auto ItOMPInitClause = S.getClausesOfKind<OMPInitClause>(); in EmitOMPInteropDirective() local
7299 if (!ItOMPInitClause.empty()) { in EmitOMPInteropDirective()
7301 for (const OMPInitClause *C : ItOMPInitClause) { in EmitOMPInteropDirective()