Lines Matching refs:make_string_error
287 static Error make_string_error(const char *Format, Args &&... args) { in make_string_error() function
409 return make_string_error("Context search didn't find a match."); in getDeclContext()
411 return make_string_error("Context search found multiple matches."); in getDeclContext()
574 return make_string_error("Multiple compile units for file `{0}` found.", in findVariables()
580 return make_string_error("Compile unit `{0}` not found.", File); in findVariables()
612 return make_string_error("Module has no symbol file."); in dumpAST()
617 return make_string_error("Can't retrieve TypeSystemClang"); in dumpAST()
622 return make_string_error("Retrieved TypeSystem was not a TypeSystemClang"); in dumpAST()
628 return make_string_error("Can't retrieve translation unit declaration."); in dumpAST()
640 return make_string_error("Module has no symbol file."); in dumpEntireClangAST()
645 return make_string_error("Can't retrieve TypeSystemClang"); in dumpEntireClangAST()
650 return make_string_error("Retrieved TypeSystem was not a TypeSystemClang"); in dumpEntireClangAST()
662 return make_string_error("Module has no symbol file."); in verify()
671 return make_string_error("Cannot parse compile unit {0}.", i); in verify()
679 return make_string_error("Can't get a line table of a compile unit."); in verify()
690 return make_string_error("Can't get a line entry of a compile unit."); in verify()
697 return make_string_error("Can't get a line entry of a compile unit"); in verify()
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()
729 return make_string_error("Cannot both search and dump AST."); in getAction()
732 return make_string_error( in getAction()
741 return make_string_error( in getAction()
748 return make_string_error("This combination of -dump-clang-ast and -find " in getAction()
753 return make_string_error( in getAction()
757 return make_string_error("`{0}` is not a valid regular expression.", Name); in getAction()
760 return make_string_error( in getAction()
763 return make_string_error("-regex used without a -name"); in getAction()
768 return make_string_error( in getAction()
774 return make_string_error("Both file name and line number must be " in getAction()
778 return make_string_error("Only one of regular expression, function-flags " in getAction()
785 return make_string_error("Both file name and line number must be " in getAction()
788 return make_string_error("Cannot use regular expression or " in getAction()
794 return make_string_error("Cannot search for namespaces using regular " in getAction()
800 return make_string_error("Cannot search for types using regular " in getAction()
803 return make_string_error("Name is ignored if compiler context present."); in getAction()
809 return make_string_error("Cannot search for variables " in getAction()