Searched refs:PutType (Results 1 – 1 of 1) sorted by relevance
61 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