Searched refs:PutTypeParam (Results 1 – 2 of 2) sorted by relevance
70 void PutTypeParam(llvm::raw_ostream &, const Symbol &);
618 [&](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