Home
last modified time | relevance | path

Searched refs:CXError_Success (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DBuildSystem.cpp57 return CXError_Success; in clang_VirtualFileOverlay_addFileMapping()
66 return CXError_Success; in clang_VirtualFileOverlay_setCaseSensitivity()
84 return CXError_Success; in clang_VirtualFileOverlay_writeToBuffer()
112 return CXError_Success; in clang_ModuleMapDescriptor_setFrameworkModuleName()
122 return CXError_Success; in clang_ModuleMapDescriptor_setUmbrellaHeader()
146 return CXError_Success; in clang_ModuleMapDescriptor_writeToBuffer()
H A DIndexing.cpp633 return CXError_Success; in clang_indexSourceFile_Impl()
713 return CXError_Success; in clang_indexTranslationUnit_Impl()
H A DCIndex.cpp3495 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()
3496 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()
3523 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
3700 return CXError_Success; in clang_parseTranslationUnit_Impl()
3716 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()
3717 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()
4267 return CXError_Success; in clang_reparseTranslationUnit_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXErrorCode.h32 CXError_Success = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c166 case CXError_Success: in describeLibclangFailure()
197 if (Err != CXError_Success) { in CreateTranslationUnit()
1909 if (Err != CXError_Success) { in print_target_info()
2055 if (Err != CXError_Success) { in perform_test_load_source()
2072 if (Err != CXError_Success) { in perform_test_load_source()
2128 if (Err != CXError_Success) { in perform_test_reparse_source()
2172 if (Err != CXError_Success) { in perform_test_reparse_source()
2207 if (Err != CXError_Success) { in perform_single_file_parse()
2235 if (Err != CXError_Success) { in perform_file_retain_excluded_cb()
2714 if (Err != CXError_Success) { in perform_code_completion()
[all …]