Searched refs:readDiagnostics (Results 1 – 4 of 4) sorted by relevance
66 std::error_code readDiagnostics(StringRef File);
28 std::error_code SerializedDiagnosticReader::readDiagnostics(StringRef File) { in readDiagnostics() function in SerializedDiagnosticReader
101 return readDiagnostics(File); in mergeRecordsFromFile()
252 std::error_code EC = readDiagnostics(file); in load()