Lines Matching full:getcontext
43 CallLoc, This, getContext().getRecordType(MD->getParent()));
48 Args.add(RValue::get(This), MD->getThisType(getContext()));
192 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
202 canDevirtualizeMemberFunctionCalls(getContext(), Base, MD)) {
365 getContext().getPointerType(getContext().getTagDeclType(RD));
414 const ASTRecordLayout &Layout = CGF.getContext().getASTRecordLayout(Base);
480 assert(getContext().hasSameUnqualifiedType(E->getType(),
482 if (E->getArg(0)->isTemporaryObject(getContext(), CD->getParent())) {
489 = getContext().getAsConstantArrayType(E->getType())) {
541 assert(!getContext().getAsConstantArrayType(E->getType())
568 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
602 = CGF.getContext().getAsConstantArrayType(type)) {
607 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
822 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
966 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(T);
1174 QualType allocType = getContext().getBaseElementType(E->getAllocatedType());
1184 QualType sizeType = getContext().getSizeType();
1212 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(),
1251 bool nullCheck = allocatorType->isNothrow(getContext()) &&
1252 (!allocType.isPODType(getContext()) || E->hasInitializer());
1350 CharUnits DeleteTypeSize = getContext().getTypeSizeInChars(DeleteTy);
1504 CGF.CGM.getContext().getTypeSizeInChars(ElementType);
1594 = getContext().getAsConstantArrayType(DeleteTy)) {
1697 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1781 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1830 computeOffsetHint(CGF.getContext(), SrcDecl,