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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2732   void setBlockVarCopyInit(const VarDecl* VD, Expr *CopyExpr, bool CanThrow);

References

tools/clang/lib/Sema/Sema.cpp
 1679     S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init));
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1404       Reader.getContext().setBlockVarCopyInit(VD, CopyExpr, Record.readInt());