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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2448   QualType ReturnTy = Context.VoidTy;
 2451   ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other);
 2451   ImplicitParamDecl Dst(Context, Context.VoidPtrTy, ImplicitParamDecl::Other);
 2454   ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other);
 2454   ImplicitParamDecl Src(Context, Context.VoidPtrTy, ImplicitParamDecl::Other);
 2469     = &Context.Idents.get("__Block_byref_object_copy_");
 2472   ArgTys.push_back(Context.VoidPtrTy);
 2473   ArgTys.push_back(Context.VoidPtrTy);
 2474   QualType FunctionTy = Context.getFunctionType(ReturnTy, ArgTys, {});
 2477       Context, Context.getTranslationUnitDecl(), SourceLocation(),
 2477       Context, Context.getTranslationUnitDecl(), SourceLocation(),