Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.h68 void PutDerivedType(const Symbol &, const Scope * = nullptr);
H A Dmod-file.cpp265 [&](const DerivedTypeDetails &) { PutDerivedType(symbol); }, in PutSymbol()
338 void ModFileWriter::PutDerivedType( in PutDerivedType() function in Fortran::semantics::ModFileWriter
665 PutDerivedType(typeSymbol, &symbol.owner()); in PutObjectEntity()