Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7099 auto ItOMPDestroyClause = S.getClausesOfKind<OMPDestroyClause>(); in EmitOMPInteropDirective() local
7100 if (!ItOMPDestroyClause.empty()) { in EmitOMPInteropDirective()
7102 for (const OMPDestroyClause *C : ItOMPDestroyClause) { in EmitOMPInteropDirective()