Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp47 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon657ce28a0111::OMPLexicalScope
59 InlinedShareds(CGF) { in OMPLexicalScope()
70 InlinedShareds.isGlobalVarCaptured(VD)), in OMPLexicalScope()
73 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPLexicalScope()
78 (void)InlinedShareds.Privatize(); in OMPLexicalScope()