Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.h70 void PutTypeParam(llvm::raw_ostream &, const Symbol &);
H A Dmod-file.cpp618 [&](const TypeParamDetails &) { PutTypeParam(os, symbol); }, in PutEntity()
717 void ModFileWriter::PutTypeParam(llvm::raw_ostream &os, const Symbol &symbol) { in PutTypeParam() function in Fortran::semantics::ModFileWriter