Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7110 auto ItOMPUseClause = S.getClausesOfKind<OMPUseClause>(); in EmitOMPInteropDirective() local
7111 if (!ItOMPUseClause.empty()) { in EmitOMPInteropDirective()
7113 for (const OMPUseClause *C : ItOMPUseClause) { in EmitOMPInteropDirective()