Searched refs:DescribeType (Results 1 – 2 of 2) sorted by relevance
45 const Symbol *DescribeType(Scope &);171 DescribeType(scope); in DescribeTypes()370 const Symbol *RuntimeTableBuilder::DescribeType(Scope &dtScope) { in DescribeType() function in Fortran::semantics::RuntimeTableBuilder454 DescribeType(DEREF(const_cast<Scope *>(dtSymbol->scope())))}; in DescribeType()757 const Symbol *derivedDescription{DescribeType(DEREF(derivedScope))}; in DescribeComponent()
506 TEST_F(StencilTest, DescribeType) { in TEST_F() argument