Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp590 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local
594 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()
595 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
598 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo()