Searched refs:CXError_Success (Results 1 – 6 of 6) 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()
651 return CXError_Success; in clang_indexSourceFile_Impl()760 return CXError_Success; in clang_indexTranslationUnit_Impl()
3013 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()3014 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()3044 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()3193 return *out_TU ? CXError_Success : CXError_Failure; in clang_parseTranslationUnit_Impl()3209 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()3210 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()3402 return CXError_Success; in clang_reparseTranslationUnit_Impl()
33 CXError_Success = 0, enumerator
90 case CXError_Success: in describeLibclangFailure()121 if (Err != CXError_Success) { in CreateTranslationUnit()1617 if (Err != CXError_Success) { in perform_test_load_source()1670 if (Err != CXError_Success) { in perform_test_reparse_source()1700 if (Err != CXError_Success) { in perform_test_reparse_source()2156 if (Err != CXError_Success) { in perform_code_completion()2165 if (Err != CXError_Success) { in perform_code_completion()2298 if (Err != CXError_Success) { in inspect_cursor_at()2311 if (Err != CXError_Success) { in inspect_cursor_at()2469 if (Err != CXError_Success) { in find_file_refs_at()[all …]
51 EXPECT_EQ(Err, CXError_Success); in map()490 EXPECT_EQ(CXError_Success, in TEST_F()