Searched defs:PrintError (Results 1 – 5 of 5) sorted by relevance
101 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } PrintError() function 103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { PrintError() function 107 void PrintError(const char *Loc, const Twine &Msg) { PrintError() function 113 void PrintError(const Record *Rec, const Twine &Msg) { PrintError() function 119 void PrintError(const RecordVal *RecVal, const Twine &Msg) { PrintError() function [all...]
151 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo() local
737 void PatFrag::PrintError(Twine Msg) const { llvm::PrintError(&Def, Msg); } PrintError() function in llvm::gi::PatFrag [all...]
671 void PrintError(Twine Msg) const { ::PrintError(&RuleDef, Msg); } PrintError() function in __anon378790550111::CombineRuleBuilder [all...]
4971 auto PrintError = [&](StringRef Msg) { validateTHAndScopeBits() local