Lines Matching full:getcontext
71 CharUnits Align = getContext().getTypeAlignInChars(Ty);
80 CharUnits Align = getContext().getTypeAlignInChars(Ty);
93 QualType BoolTy = getContext().BoolTy;
156 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType());
307 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(E->getType());
533 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
552 AlignVal = getContext().getTypeAlignInChars(Ty).getQuantity();
737 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
912 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr(getContext()));
1005 refExpr->EvaluateAsRValue(result, getContext())) {
1011 refExpr->EvaluateAsLValue(result, getContext())) {
1030 if (!getContext().DeclMustBeEmitted(cast<VarDecl>(value)))
1074 Min = llvm::APInt(CGF.getContext().getTypeSize(Ty), 0);
1075 End = llvm::APInt(CGF.getContext().getTypeSize(Ty), 2);
1152 getContext(), TBAAInfo);
1198 assert(Value->getType()->isIntegerTy(getContext().getTypeSize(Ty)) &&
1208 assert(Value->getType()->isIntegerTy(getContext().getTypeSize(Ty)) &&
1263 getContext(), TBAAInfo),
1455 llvm::Type *ResultType = ConvertType(getContext().LongTy);
1729 CharUnits Alignment = CGF.getContext().getDeclAlign(VD);
1740 setObjCGCLValueClass(CGF.getContext(), E, LV);
1754 CGF.getContext().getFunctionNoProtoType(Proto->getResultType());
1755 NoProtoType = CGF.getContext().getPointerType(NoProtoType);
1759 CharUnits Alignment = CGF.getContext().getDeclAlign(FD);
1765 CharUnits Alignment = getContext().getDeclAlign(ND);
1773 VD->isUsableInConstantExpressions(getContext()) &&
1810 QualType LambdaTagType = getContext().getTagDeclType(FD->getParent());
1850 setObjCGCLValueClass(getContext(), E, LV);
1865 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType());
1882 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
2001 CurDecl = getContext().getTranslationUnitDecl();
2014 getContext().getTypeSizeInChars(ElemType).getQuantity(),
2018 getContext(),
2048 TypeInfo = (llvm::Log2_32(getContext().getTypeSize(T)) << 1) |
2052 TypeInfo = getContext().getTypeSize(T);
2105 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc);
2267 getContext().getAsVariableArrayType(E->getType())) {
2291 getContext().getTypeSizeInChars(OIT).getQuantity());
2342 CharUnits Align = getContext().getTypeAlignInChars(T);
2353 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
2354 setObjCGCLValueClass(getContext(), E, LV);
2439 setObjCGCLValueClass(getContext(), E, LV);
2466 CGM.getContext().getTargetAddressSpace(base.getType()));
2477 CharUnits alignment = getContext().getDeclAlign(field);
2505 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2517 alignment = getContext().getTypeAlignInChars(type);
2544 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));
2570 CharUnits Alignment = getContext().getDeclAlign(Field);
2692 if (!E->getSubExpr()->Classify(getContext()).isPRValue()
2806 QualType ToType = getContext().getLValueReferenceType(E->getType());
3102 setObjCGCLValueClass(getContext(), E, LV);
3122 CalleeType = getContext().getCanonicalType(CalleeType);