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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2004   QualType ReturnTy = C.VoidTy;
 2007   ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other);
 2007   ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other);
 2009   ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other);
 2009   ImplicitParamDecl SrcDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other);
 2025   IdentifierInfo *II = &C.Idents.get(FuncName);
 2028   ArgTys.push_back(C.VoidPtrTy);
 2029   ArgTys.push_back(C.VoidPtrTy);
 2030   QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {});
 2033       C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
 2033       C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
 2111       if (CI.isByRef() && C.getBlockVarCopyInit(CI.getVariable()).canThrow())