Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

50   ASTContext &Ctx = CGF.getContext();
82 ASTContext &Ctx = CGM.getContext();
105 II = &getContext().Idents.get("this");
108 II = &getContext().Idents.get("vla");
111 ArgType = getContext().getVariableArrayDecayedType(ArgType);
112 Args.push_back(ImplicitParamDecl::Create(getContext(), nullptr,
169 Var, Address(ArgAddr.getPointer(), getContext().getDeclAlign(Var)));
224 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy);
288 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
479 getContext().getTargetInfo().isTLSSupported()) {
490 getContext().getDeclAlign(VD));
713 getContext()
1046 CGF.getContext()
1047 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign(
1324 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
1534 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
1638 auto &C = CGF.CGM.getContext();
1967 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()));
1974 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()));
1981 CGF.getContext().getDeclAlign(Pair.first));
2010 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
2201 auto &Context = CGF.CGM.getContext();