Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp612 return make_string_error("Module has no symbol file."); in dumpAST()
640 return make_string_error("Module has no symbol file."); in dumpEntireClangAST()
700 return make_string_error( in verify()
712 return make_string_error( in getAction()
717 return make_string_error( in getAction()
721 return make_string_error( in getAction()
732 return make_string_error( in getAction()
741 return make_string_error( in getAction()
753 return make_string_error( in getAction()
760 return make_string_error( in getAction()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp137 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
307 return make_string_error( in applyAtomicChanges()
314 return make_string_error("Failed to combine replacements in all changes: " + in applyAtomicChanges()
321 return make_string_error( in applyAtomicChanges()
330 return make_string_error("Failed to cleanup around replacements: " + in applyAtomicChanges()
339 return make_string_error("Failed to apply all replacements: " + in applyAtomicChanges()
349 return make_string_error( in applyAtomicChanges()
362 return make_string_error( in applyAtomicChanges()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1013 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
3535 return make_string_error("Invalid fallback style \"" + FallbackStyleName); in getStyle()
3546 return make_string_error("Error parsing -style: " + ec.message()); in getStyle()
3563 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
3584 return make_string_error("Invalid value for -style"); in getStyle()
3596 return make_string_error(EC.message()); in getStyle()
3642 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
3674 return make_string_error("Configuration file(s) do(es) not support " + in getStyle()