Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp403 const DeclTypeSpec *Scope::FindInstantiatedDerivedType( in FindInstantiatedDerivedType() function in Fortran::semantics::Scope
411 return parent().FindInstantiatedDerivedType(spec, category); in FindInstantiatedDerivedType()
H A Dtools.cpp1092 type{scope.FindInstantiatedDerivedType(spec, category)}) { in FindOrInstantiateDerivedType()
H A Dresolve-names.cpp4442 extant{currScope().FindInstantiatedDerivedType(*spec, category)}) { in Post()
4474 extant{currScope().FindInstantiatedDerivedType( in Post()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h255 const DeclTypeSpec *FindInstantiatedDerivedType(const DerivedTypeSpec &,