Searched defs:ErrorStream (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp41 std::stringstream ErrorStream; local
52 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
54 ErrorMessage = ErrorStream.str();
61 std::stringstream ErrorStream; local
71 ErrorStream << "No compilation database found in " << Directory.str()
78 ErrorMessage = ErrorStream.str();

Completed in 476 milliseconds