14#ifndef LLVM_CLANG_C_CXERRORCODE_H
15#define LLVM_CLANG_C_CXERRORCODE_H
CXErrorCode
Error codes returned by libclang routines.
@ CXError_Success
No error.
@ CXError_InvalidArguments
The function detected that the arguments violate the function contract.
@ CXError_ASTReadError
An AST deserialization error has occurred.
@ CXError_Failure
A generic error code, no further details are available.
@ CXError_Crashed
libclang crashed while performing the requested operation.
#define LLVM_CLANG_C_EXTERN_C_END
#define LLVM_CLANG_C_EXTERN_C_BEGIN