Searched refs:tySpec (Results 1 – 2 of 2) sorted by relevance
230 if (const Fortran::semantics::IntrinsicTypeSpec *tySpec = in genSymbolType() local234 translateLenParameters(params, tySpec->category(), ultimate); in genSymbolType()235 ty = genFIRType(context, tySpec->category(), kind, params); in genSymbolType()238 } else if (const Fortran::semantics::DerivedTypeSpec *tySpec = in genSymbolType() local240 ty = genDerivedType(*tySpec); in genSymbolType()288 const Fortran::semantics::Symbol &typeSymbol = tySpec.typeSymbol(); in genDerivedType()292 if (Fortran::semantics::IsFinalizable(tySpec)) in genDerivedType()303 Fortran::semantics::OrderedComponentIterator(tySpec)) { in genDerivedType()340 tySpec.scope() ? tySpec.scope() : tySpec.typeSymbol().scope()) in genDerivedType()443 const Fortran::semantics::DerivedTypeSpec &tySpec) { in translateDerivedTypeToFIRType() argument[all …]
417 genType(const Fortran::semantics::DerivedTypeSpec &tySpec) override final { in genType() argument418 return Fortran::lower::translateDerivedTypeToFIRType(*this, tySpec); in genType()