Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp608 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local
612 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()
613 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
616 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp143 void ConvertBOZ(std::optional<DynamicType> &thisType, std::size_t i,
3777 void ArgumentAnalyzer::ConvertBOZ(std::optional<DynamicType> &thisType, in ConvertBOZ() argument
3787 thisType.emplace(TypeCategory::Real, kind); in ConvertBOZ()
3793 thisType.emplace(TypeCategory::Integer, kind); in ConvertBOZ()