Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A 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()
H A DIndexing.cpp636 return CXError_Success; in clang_indexSourceFile_Impl()
716 return CXError_Success; in clang_indexTranslationUnit_Impl()
H A DCIndex.cpp3691 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()
3692 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()
3719 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
3896 return CXError_Success; in clang_parseTranslationUnit_Impl()
3912 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()
3913 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()
4463 return CXError_Success; in clang_reparseTranslationUnit_Impl()
/llvm-project-15.0.7/clang/include/clang-c/
H A DCXErrorCode.h32 CXError_Success = 0, enumerator
/llvm-project-15.0.7/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()
2128 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()
2723 if (Err != CXError_Success) { in perform_code_completion()
2861 if (Err != CXError_Success) { in inspect_cursor_at()
[all …]
/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp56 EXPECT_EQ(Err, CXError_Success); in map()
558 EXPECT_EQ(CXError_Success, in TEST_F()