Searched defs:PrintNote (Results 1 – 2 of 2) sorted by relevance
52 void PrintNote(const Twine &Msg) { in PrintNote() function56 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintNote() function60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
669 void PrintNote(Twine Msg) const { ::PrintNote(RuleDef.getLoc(), Msg); } in PrintNote() function in __anon569e2aa20111::CombineRuleBuilder