Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp49 static void PutProcEntity(llvm::raw_ostream &, const Symbol &);
471 [&](const ProcEntityDetails &) { PutProcEntity(os, symbol); }, in PutEntity()
523 void PutProcEntity(llvm::raw_ostream &os, const Symbol &symbol) { in PutProcEntity() function