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

Declarations

tools/clang/include/clang/AST/Stmt.h
 3417     VarDecl *getCapturedVar() const;

References

tools/clang/lib/AST/Stmt.cpp
 1319     if (I.getCapturedVar()->getCanonicalDecl() == Var->getCanonicalDecl())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  350       const VarDecl *VD = C.getCapturedVar();
 7762     if (FirstPrivateDecls.count(Cap.getCapturedVar())) {
 7763       if (Cap.getCapturedVar()->getType().isConstant(CGF.getContext()) &&
 7767       if (Cap.getCapturedVar()->getType()->isAnyPointerType())
 8266                               : Cap->getCapturedVar()->getCanonicalDecl();
 8498       const VarDecl *VD = CI.getCapturedVar();
 8512       const VarDecl *VD = CI.getCapturedVar();
 9360               CI->getCapturedVar(), *CV, CurBasePointers, CurPointers, CurSizes,
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  386         const ValueDecl *VD = C.getCapturedVar();
  478         const ValueDecl *VD = C.getCapturedVar();
 4643           !CI->getCapturedVar()->getType()->isAnyPointerType()) {
 4855     const VarDecl *VD = C.getCapturedVar();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   70         auto *VD = C.getCapturedVar();
  223           auto *VD = C.getCapturedVar();
  308             Twine(CurCap->getCapturedVar()->getName(), ".casted"));
  431       CapVar = I->getCapturedVar();
  497       const VarDecl *CurVD = I->getCapturedVar();
  518       const VarDecl *Var = I->getCapturedVar();
  536       const VarDecl *Var = I->getCapturedVar();
tools/clang/lib/CodeGen/CodeGenFunction.h
  362           CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
  364           CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
tools/clang/lib/Sema/SemaOpenMP.cpp
 3056       VarDecl *VD = Cap.getCapturedVar();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  432       Record.AddDeclRef(I.getCapturedVar());