Searched refs:CXError_Success (Results 1 – 5 of 5) 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()
633 return CXError_Success; in clang_indexSourceFile_Impl()713 return CXError_Success; in clang_indexTranslationUnit_Impl()
3495 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()3496 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()3523 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()3700 return CXError_Success; in clang_parseTranslationUnit_Impl()3716 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()3717 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()4267 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()2072 if (Err != CXError_Success) { in perform_test_load_source()2128 if (Err != CXError_Success) { in perform_test_reparse_source()2172 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()[all …]