Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp61 static llvm::raw_ostream &PutType(llvm::raw_ostream &, const DeclTypeSpec &);
672 os, symbol, [&]() { PutType(os, DEREF(symbol.GetType())); }, in PutObjectEntity()
701 PutType(os, *interface.type()); in PutProcEntity()
722 PutType(os, DEREF(symbol.GetType())); in PutTypeParam()
795 llvm::raw_ostream &PutType(llvm::raw_ostream &os, const DeclTypeSpec &type) { in PutType() function