Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp66 llvm::raw_string_ostream ErrorStream(ErrorMessage); in loadFromDirectory() local
82 std::stringstream ErrorStream; in findCompilationDatabaseFromDirectory() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp143 raw_string_ostream ErrorStream(Error); in readSnippets() local
H A DBenchmarkResult.cpp176 raw_string_ostream ErrorStream; member