Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dmod-file.h59 void PutDerivedType(const Symbol &);
Dmod-file.cpp207 [&](const DerivedTypeDetails &) { PutDerivedType(symbol); }, in PutSymbol()
275 void ModFileWriter::PutDerivedType(const Symbol &typeSymbol) { in PutDerivedType() function in Fortran::semantics::ModFileWriter