Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dscope.h246 void InstantiateDerivedTypes(SemanticsContext &);
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp364 void Scope::InstantiateDerivedTypes(SemanticsContext &context) { in InstantiateDerivedTypes() function in Fortran::semantics::Scope
Dresolve-names.cpp6129 currScope().InstantiateDerivedTypes(context()); in FinishSpecificationPart()