Lines Matching refs:ErrorMessage
40 std::string &ErrorMessage) { in loadFromDirectory() argument
54 ErrorMessage = ErrorStream.str(); in loadFromDirectory()
60 std::string &ErrorMessage) { in findCompilationDatabaseFromDirectory() argument
78 ErrorMessage = ErrorStream.str(); in findCompilationDatabaseFromDirectory()
84 std::string &ErrorMessage) { in autoDetectFromSource() argument
89 ErrorMessage); in autoDetectFromSource()
92 ErrorMessage = ("Could not auto-detect compilation database for file \"" + in autoDetectFromSource()
93 SourceFile + "\"\n" + ErrorMessage).str(); in autoDetectFromSource()
99 std::string &ErrorMessage) { in autoDetectFromDirectory() argument
103 ErrorMessage); in autoDetectFromDirectory()
106 ErrorMessage = ("Could not auto-detect compilation database from directory \"" + in autoDetectFromDirectory()
107 SourceDir + "\"\n" + ErrorMessage).str(); in autoDetectFromDirectory()