Searched refs:ThisType (Results 1 – 6 of 6) sorted by relevance
1803 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local1805 CallArgs.add(RValue::get(ThisPtr), ThisType); in EmitLambdaBlockInvokeBody()1834 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local1835 llvm::Value *ThisPtr = llvm::UndefValue::get(getTypes().ConvertType(ThisType)); in EmitLambdaDelegatingInvokeBody()1836 CallArgs.add(RValue::get(ThisPtr), ThisType); in EmitLambdaDelegatingInvokeBody()
309 QualType ThisType = MD->getThisType(getContext()); in GenerateThunk() local343 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType); in GenerateThunk()
354 QualType ThisType = in EmitCXXMemberPointerCallExpr() local358 Args.add(RValue::get(This), ThisType); in EmitCXXMemberPointerCallExpr()
2904 QualType ThisType = Constructor->getThisType(S.Context); in IsInitializerListConstructorConversion() local2911 User.After.setFromType(ThisType->getAs<PointerType>()->getPointeeType()); in IsInitializerListConstructorConversion()3092 QualType ThisType = Constructor->getThisType(S.Context); in IsUserDefinedConversion() local3108 User.After.setFromType(ThisType->getAs<PointerType>()->getPointeeType()); in IsUserDefinedConversion()
417 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local424 /*This*/ 0, ThisType, in ActOnDependentIdExpression()
1931 QualType ThisType, in RebuildCXXThisExpr() argument1935 new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, in RebuildCXXThisExpr()