Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp554 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local
558 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()
560 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
565 nullptr, llvmType, thisType)); in computeBlockInfo()