reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
408 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); 408 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); 410 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(), 410 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(), 412 Ctx.getTrivialTypeSourceInfo(FunctionTy), SC_Static, 428 ArgType = Ctx.getUIntPtrType(); 434 II = &Ctx.Idents.get("this"); 437 II = &Ctx.Idents.get("vla"); 440 ArgType = getCanonicalParamType(Ctx, ArgType); 444 Ctx, DebugFunctionDecl, 449 Arg = ImplicitParamDecl::Create(Ctx, /*DC=*/nullptr, FD->getLocation(), 469 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); 481 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs, 531 {Var, Address(ArgAddr.getPointer(), Ctx.getDeclAlign(Var))}});