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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  993       const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
  999         PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() {
 1003                           (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
 1003                           (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
 1021       ++IRef;