Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dscope.h248 const Symbol *runtimeDerivedTypeDescription() const { in runtimeDerivedTypeDescription() function
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp325 if (const Symbol * info{dtScope.runtimeDerivedTypeDescription()}) { in DescribeType()