reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  224           assert(VD == VD->getCanonicalDecl() &&
  224           assert(VD == VD->getCanonicalDecl() &&
  226           DeclRefExpr DRE(CGF.getContext(), const_cast<VarDecl *>(VD),
  227                           isCapturedVar(CGF, VD) ||
  229                                InlinedShareds.isGlobalVarCaptured(VD)),
  230                           VD->getType().getNonReferenceType(), VK_LValue,
  232           InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address {