Searched refs:CXError_Success (Results 1 – 14 of 14) sorted by relevance
57 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()
604 return CXError_Success; in clang_indexSourceFile_Impl()683 return CXError_Success; in clang_indexTranslationUnit_Impl()
3121 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()3122 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()3152 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()3304 return *out_TU ? CXError_Success : CXError_Failure; in clang_parseTranslationUnit_Impl()3320 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()3321 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()3820 return CXError_Success; in clang_reparseTranslationUnit_Impl()
633 return CXError_Success; in clang_indexSourceFile_Impl()713 return CXError_Success; in clang_indexTranslationUnit_Impl()
3454 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()3455 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()3482 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()3659 return CXError_Success; in clang_parseTranslationUnit_Impl()3675 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()3676 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()4226 return CXError_Success; in clang_reparseTranslationUnit_Impl()
32 CXError_Success = 0, enumerator
33 CXError_Success = 0, enumerator
165 case CXError_Success: in describeLibclangFailure()196 if (Err != CXError_Success) { in CreateTranslationUnit()1908 if (Err != CXError_Success) { in print_target_info()2054 if (Err != CXError_Success) { in perform_test_load_source()2071 if (Err != CXError_Success) { in perform_test_load_source()2125 if (Err != CXError_Success) { in perform_test_reparse_source()2155 if (Err != CXError_Success) { in perform_test_reparse_source()2190 if (Err != CXError_Success) { in perform_single_file_parse()2218 if (Err != CXError_Success) { in perform_file_retain_excluded_cb()2697 if (Err != CXError_Success) { in perform_code_completion()[all …]
51 EXPECT_EQ(Err, CXError_Success); in map()490 EXPECT_EQ(CXError_Success, in TEST_F()
94 case CXError_Success: in describeLibclangFailure()125 if (Err != CXError_Success) { in CreateTranslationUnit()1654 if (Err != CXError_Success) { in perform_test_load_source()1669 if (Err != CXError_Success) { in perform_test_load_source()1723 if (Err != CXError_Success) { in perform_test_reparse_source()1753 if (Err != CXError_Success) { in perform_test_reparse_source()2192 if (Err != CXError_Success) { in perform_code_completion()2201 if (Err != CXError_Success) { in perform_code_completion()2338 if (Err != CXError_Success) { in inspect_cursor_at()2351 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()
249 ) == CXError_Success, in file_visit_macros()
572 const CXError_Success = 0, constant