Searched refs:CXError_Success (Results 1 – 6 of 6) sorted by relevance
58 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()
636 return CXError_Success; in clang_indexSourceFile_Impl()716 return CXError_Success; in clang_indexTranslationUnit_Impl()
3691 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()
32 CXError_Success = 0, enumerator
166 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 …]
56 EXPECT_EQ(Err, CXError_Success); in map()558 EXPECT_EQ(CXError_Success, in TEST_F()