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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2736   BlockVarCopyInit getBlockVarCopyInit(const VarDecl* VD) const;

References

tools/clang/lib/AST/ASTContext.cpp
 6194     const Expr *copyExpr = getBlockVarCopyInit(D).getCopyExpr();
tools/clang/lib/CodeGen/CGBlocks.cpp
 1861           if (Ctx.getBlockVarCopyInit(Var).canThrow())
 2111       if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow())
 2624         CGM.getContext().getBlockVarCopyInit(&var).getCopyExpr();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  985     ASTContext::BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D);