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()
95 return CXError_Success; in clang_createAPISet()
636 return CXError_Success; in clang_indexSourceFile_Impl()716 return CXError_Success; in clang_indexTranslationUnit_Impl()
3719 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()
32 CXError_Success = 0, enumerator
168 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 …]