Searched defs:PutString (Results 1 – 3 of 3) sorted by relevance
73 void DiagnosticManager::PutString(DiagnosticSeverity severity, in PutString() function in DiagnosticManager
124 #define PutString(field, bit)\ in XFormatFontName() macro
118 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); } in PutString() function in Log