Home
last modified time | relevance | path

Searched refs:CXError_Failure (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXErrorCode.h40 CXError_Failure = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp515 return CXError_Failure; in clang_indexSourceFile_Impl()
525 return CXError_Failure; in clang_indexSourceFile_Impl()
628 return CXError_Failure; in clang_indexSourceFile_Impl()
690 return CXError_Failure; in clang_indexTranslationUnit_Impl()
898 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv()
H A DCIndex.cpp3523 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
3702 return CXError_Failure; in clang_parseTranslationUnit_Impl()
3749 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
4270 return CXError_Failure; in clang_reparseTranslationUnit_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c170 case CXError_Failure: in describeLibclangFailure()