Lines Matching full:getcontext
125 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
154 unsigned ExpectedAddrSpace = getContext().getTargetAddressSpace(T);
162 ConstantAddress DeclAddr(DeclPtr, getContext().getDeclAlign(&D));
204 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn, FI, FunctionArgList());
486 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn,
509 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
560 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
586 ImplicitParamDecl dst(getContext(), nullptr, SourceLocation(), nullptr,
587 getContext().VoidPtrTy);
591 getContext().VoidTy, args, FunctionType::ExtInfo(), /*variadic=*/false);
598 StartFunction(VD, getContext().VoidTy, fn, FI, args);