HomeSort by relevance Sort by last modified time
    Searched refs:ErrorStream (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Core/
Source.cpp 118 llvm::raw_string_ostream ErrorStream(ErrorInfo);
119 if (llvm::verifyModule(pModule, &ErrorStream)) {
121 ErrorStream.str().c_str());
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 41 std::stringstream ErrorStream;
52 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
54 ErrorMessage = ErrorStream.str();
61 std::stringstream ErrorStream;
71 ErrorStream << "No compilation database found in " << Directory.str()
78 ErrorMessage = ErrorStream.str();

Completed in 83 milliseconds