Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h265 const Symbol *runtimeDerivedTypeDescription() const { in runtimeDerivedTypeDescription() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertType.cpp342 derivedScope->runtimeDerivedTypeDescription()) in genDerivedType()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp371 if (const Symbol * info{dtScope.runtimeDerivedTypeDescription()}) { in DescribeType()