Home
last modified time | relevance | path

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

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