Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ctx

50   ASTContext &Ctx = CGF.getContext();
53 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(),
54 Ctx.getPointerType(DstType), SourceLocation());
56 CGF.MakeNaturalAlignAddrLValue(CastedPtr, Ctx.getPointerType(DstType))
62 QualType RefType = Ctx.getLValueReferenceType(DstType);
82 ASTContext &Ctx = CGM.getContext();
99 ArgType = Ctx.getUIntPtrType();
123 CGM.getTypes().arrangeFreeFunctionDeclaration(Ctx.VoidTy, Args, ExtInfo,
135 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),