Searched refs:readDiagnostics (Results 1 – 4 of 4) sorted by relevance
65 std::error_code readDiagnostics(StringRef File);
19 std::error_code SerializedDiagnosticReader::readDiagnostics(StringRef File) { in readDiagnostics() function in SerializedDiagnosticReader
110 return readDiagnostics(File); in mergeRecordsFromFile()
255 std::error_code EC = readDiagnostics(file); in load()