Home
last modified time | relevance | path

Searched refs:CXLoadDiag_CannotLoad (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DCXLoadedDiagnostic.cpp259 reportBad(CXLoadDiag_CannotLoad, EC.message()); in load()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp262 reportBad(CXLoadDiag_CannotLoad, EC.message()); in load()
/external/clang/include/clang-c/
DIndex.h727 CXLoadDiag_CannotLoad = 2, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h819 CXLoadDiag_CannotLoad = 2, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs691 const CXLoadDiag_CannotLoad = 2, constant
/external/clang/tools/c-index-test/
Dc-index-test.c4060 case CXLoadDiag_CannotLoad: return "Cannot Load File"; in getDiagnosticCodeStr()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c4604 case CXLoadDiag_CannotLoad: return "Cannot Load File"; in getDiagnosticCodeStr()