Home
last modified time | relevance | path

Searched refs:CouldNotLoad (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp35 return SDError::CouldNotLoad; in readDiagnostics()
335 case SDError::CouldNotLoad: in message()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h22 CouldNotLoad = 1, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp258 case static_cast<int>(serialized_diags::SDError::CouldNotLoad): in load()