Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance
449 QualType thisType = d->getThisType(); in emitCXXConstructorCall() local454 args.add(RValue::get(thisPtr), thisType); in emitCXXConstructorCall()
386 auto *thisType = theCXXABI.getThisArgumentTypeForMethod(md); in arrangeCXXMethodDeclaration() local387 return arrangeCXXMethodType(thisType, prototype.getTypePtr(), md); in arrangeCXXMethodDeclaration()
589 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local593 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()594 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()597 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo()