Searched refs:make_string_error (Results 1 – 5 of 5) sorted by relevance
344 static Error make_string_error(const char *Format, Args &&... args) { in createTarget() 466 return make_string_error("Context search didn't find a match."); in findFunctions() 468 return make_string_error("Context search found multiple matches."); in findFunctions() 478 return make_string_error("Cannot search functions by mangled name."); in findFunctions() 542 return make_string_error("Cannot search blocks by mangled name."); in findBlocks() 578 return make_string_error("Cannot search namespaces by mangled name."); in findTypes() 609 return make_string_error("Cannot search by both name and mangled name."); in findTypes() 655 return make_string_error("Cannot search variables by mangled name."); in dumpModule() 671 return make_string_error("Multiple compile units for file `{0}` found.", in dumpAST() 677 return make_string_error("Compil in dumpAST() 333 static Error make_string_error(const char *Format, Args &&... args) { make_string_error() function [all...]
15 static llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function57 return make_string_error("No action to execute."); in execute()60 return make_string_error( in execute()67 return make_string_error("Failed to run action."); in execute()77 return make_string_error( in create()
22 llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function83 return make_string_error("No action to execute."); in execute()86 return make_string_error( in execute()146 return make_string_error(ErrorMsg); in execute()163 return make_string_error( in create()
137 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function 306 return make_string_error( in applyAtomicChanges() 313 return make_string_error("Failed to combine replacements in all changes: " + in applyAtomicChanges() 320 return make_string_error( in applyAtomicChanges() 329 return make_string_error("Failed to cleanup around replacements: " + in applyAtomicChanges() 338 return make_string_error("Failed to apply all replacements: " + in applyAtomicChanges() 348 return make_string_error( in applyAtomicChanges() 361 return make_string_error( in applyAtomicChanges()
1308 inline llvm::Error make_string_error(const Twine &Message) { in expandPresetsBraceWrapping() 4065 return make_string_error("Invalid fallback style: " + FallbackStyleName); in getStyle() 4075 return make_string_error("Error parsing -style: " + ec.message()); in getStyle() 4097 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle() 4118 return make_string_error("Invalid value for -style"); in getStyle() 4125 return make_string_error(EC.message()); in getStyle() 4174 return make_string_error("Error reading " + ConfigFile + ": " +4210 return make_string_error("Configuration file(s) do(es) not support " +1249 inline llvm::Error make_string_error(const Twine &Message) { make_string_error() function