Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp45 const Symbol *DescribeType(Scope &);
171 DescribeType(scope); in DescribeTypes()
370 const Symbol *RuntimeTableBuilder::DescribeType(Scope &dtScope) { in DescribeType() function in Fortran::semantics::RuntimeTableBuilder
454 DescribeType(DEREF(const_cast<Scope *>(dtSymbol->scope())))}; in DescribeType()
757 const Symbol *derivedDescription{DescribeType(DEREF(derivedScope))}; in DescribeComponent()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DStencilTest.cpp506 TEST_F(StencilTest, DescribeType) { in TEST_F() argument