Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp449 QualType thisType = d->getThisType(); in emitCXXConstructorCall() local
454 args.add(RValue::get(thisPtr), thisType); in emitCXXConstructorCall()
H A DCIRGenCall.cpp386 auto *thisType = theCXXABI.getThisArgumentTypeForMethod(md); in arrangeCXXMethodDeclaration() local
387 return arrangeCXXMethodType(thisType, prototype.getTypePtr(), md); in arrangeCXXMethodDeclaration()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp589 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local
593 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()