Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp42 void DescribeTypes(Scope &scope, bool inSchemata);
167 void RuntimeTableBuilder::DescribeTypes(Scope &scope, bool inSchemata) { in DescribeTypes() function in Fortran::semantics::RuntimeTableBuilder
177 DescribeTypes(child, inSchemata); in DescribeTypes()
1142 builder.DescribeTypes(context.globalScope(), false); in BuildRuntimeDerivedTypeTables()