Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp51 static void PutTypeParam(llvm::raw_ostream &, const Symbol &);
472 [&](const TypeParamDetails &) { PutTypeParam(os, symbol); }, in PutEntity()
556 void PutTypeParam(llvm::raw_ostream &os, const Symbol &symbol) { in PutTypeParam() function