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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   71         assert(VD == VD->getCanonicalDecl() &&
   71         assert(VD == VD->getCanonicalDecl() &&
   74             CGF.getContext(), const_cast<VarDecl *>(VD),
   75             isCapturedVar(CGF, VD) || (CGF.CapturedStmtInfo &&
   76                                        InlinedShareds.isGlobalVarCaptured(VD)),
   77             VD->getType().getNonReferenceType(), VK_LValue, C.getLocation());
   78         InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address {