Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.h67 void PutProcEntity(llvm::raw_ostream &, const Symbol &);
H A Dmod-file.cpp617 [&](const ProcEntityDetails &) { PutProcEntity(os, symbol); }, in PutEntity()
680 void ModFileWriter::PutProcEntity(llvm::raw_ostream &os, const Symbol &symbol) { in PutProcEntity() function in Fortran::semantics::ModFileWriter