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

Declarations

tools/clang/include/clang/AST/Stmt.h
 3466   const CapturedDecl *getCapturedDecl() const;

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  598     Visit(Node->getCapturedDecl());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2054     TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl();
tools/clang/lib/CodeGen/CGStmt.cpp
 2401   const CapturedDecl *CD = S.getCapturedDecl();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  390   const CapturedDecl *CD = FO.S->getCapturedDecl();
  561   const CapturedDecl *CD = S.getCapturedDecl();
 1276           S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen);
 2880   auto I = CS->getCapturedDecl()->param_begin();
 2991           CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam)));
 2993           CS->getCapturedDecl()->getParam(PrivatesParam)));
 3045           CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9)));
 3169   auto I = CS->getCapturedDecl()->param_begin();
 3229           CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam)));
 3231           CS->getCapturedDecl()->getParam(PrivatesParam)));
 4234           S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen);
 5026     auto *I = CS->getCapturedDecl()->param_begin();