Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp334 static Error make_string_error(const char *Format, Args &&... args) { in make_string_error() function
456 return make_string_error("Context search didn't find a match."); in getDeclContext()
458 return make_string_error("Context search found multiple matches."); in getDeclContext()
622 return make_string_error("Multiple compile units for file `{0}` found.", in findVariables()
628 return make_string_error("Compile unit `{0}` not found.", File); in findVariables()
660 return make_string_error("Module has no symbol file."); in dumpAST()
665 return make_string_error("Can't retrieve TypeSystemClang"); in dumpAST()
670 return make_string_error("Retrieved TypeSystem was not a TypeSystemClang"); in dumpAST()
676 return make_string_error("Can't retrieve translation unit declaration."); in dumpAST()
688 return make_string_error("Module has no symbol file."); in dumpEntireClangAST()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1135 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function
3749 return make_string_error("Invalid fallback style \"" + FallbackStyleName); in getStyle()
3760 return make_string_error("Error parsing -style: " + ec.message()); in getStyle()
3777 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
3798 return make_string_error("Invalid value for -style"); in getStyle()
3810 return make_string_error(EC.message()); in getStyle()
3856 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
3888 return make_string_error("Configuration file(s) do(es) not support " + in getStyle()