Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DBuildSystem.cpp58 return CXError_Success; in clang_VirtualFileOverlay_addFileMapping()
67 return CXError_Success; in clang_VirtualFileOverlay_setCaseSensitivity()
85 return CXError_Success; in clang_VirtualFileOverlay_writeToBuffer()
113 return CXError_Success; in clang_ModuleMapDescriptor_setFrameworkModuleName()
123 return CXError_Success; in clang_ModuleMapDescriptor_setUmbrellaHeader()
147 return CXError_Success; in clang_ModuleMapDescriptor_writeToBuffer()
DCXExtractAPI.cpp95 return CXError_Success; in clang_createAPISet()
DIndexing.cpp636 return CXError_Success; in clang_indexSourceFile_Impl()
716 return CXError_Success; in clang_indexTranslationUnit_Impl()
DCIndex.cpp3719 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()
3720 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()
3747 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
3926 return CXError_Success; in clang_parseTranslationUnit_Impl()
3942 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()
3943 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()
4493 return CXError_Success; in clang_reparseTranslationUnit_Impl()
/openbsd/src/gnu/llvm/clang/include/clang-c/
DCXErrorCode.h32 CXError_Success = 0, enumerator
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c168 case CXError_Success: in describeLibclangFailure()
199 if (Err != CXError_Success) { in CreateTranslationUnit()
1932 if (Err != CXError_Success) { in print_target_info()
2078 if (Err != CXError_Success) { in perform_test_load_source()
2095 if (Err != CXError_Success) { in perform_test_load_source()
2151 if (Err != CXError_Success) { in perform_test_reparse_source()
2195 if (Err != CXError_Success) { in perform_test_reparse_source()
2230 if (Err != CXError_Success) { in perform_single_file_parse()
2258 if (Err != CXError_Success) { in perform_file_retain_excluded_cb()
2737 if (Err != CXError_Success) { in perform_code_completion()
[all …]