Home
last modified time | relevance | path

Searched refs:make_string_error (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp15 static llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
57 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()
H A DAllTUsExecution.cpp22 llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
83 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()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp137 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
305 return make_string_error( in applyAtomicChanges()
312 return make_string_error("Failed to combine replacements in all changes: " + in applyAtomicChanges()
319 return make_string_error( in applyAtomicChanges()
328 return make_string_error("Failed to cleanup around replacements: " + in applyAtomicChanges()
337 return make_string_error("Failed to apply all replacements: " + in applyAtomicChanges()
347 return make_string_error( in applyAtomicChanges()
360 return make_string_error( in applyAtomicChanges()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1340 inline llvm::Error make_string_error(const Twine &Message) { in make_string_error() function
4232 return make_string_error("Invalid fallback style: " + FallbackStyleName); in getStyle()
4242 return make_string_error("Error parsing -style: " + ec.message()); in getStyle()
4266 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
4287 return make_string_error("Invalid value for -style"); in getStyle()
4294 return make_string_error(EC.message()); in getStyle()
4343 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
4379 return make_string_error("Configuration file(s) do(es) not support " + in getStyle()