Searched refs:showMessage (Results 1 – 2 of 2) sorted by relevance
66 return Effect::showMessage(std::move(OS.str())); in REGISTER_TWEAK()91 return Effect::showMessage(llvm::to_string(Inputs.ASTSelection)); in apply()117 return Effect::showMessage(Out.str()); in apply()149 return Effect::showMessage(std::move(OS.str())); in apply()
82 static Effect showMessage(StringRef S) { in showMessage() function