Home
last modified time | relevance | path

Searched refs:CXErrorCode (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DBuildSystem.h55 CINDEX_LINKAGE enum CXErrorCode
66 CINDEX_LINKAGE enum CXErrorCode
79 CINDEX_LINKAGE enum CXErrorCode
115 CINDEX_LINKAGE enum CXErrorCode
123 CINDEX_LINKAGE enum CXErrorCode
136 CINDEX_LINKAGE enum CXErrorCode
H A DCXErrorCode.h28 enum CXErrorCode { enum
H A DDocumentation.h566 CINDEX_LINKAGE enum CXErrorCode clang_createAPISet(CXTranslationUnit tu,
H A DIndex.h520 CINDEX_LINKAGE enum CXErrorCode
750 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2(
761 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2FullArgv(
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DBuildSystem.cpp38 enum CXErrorCode
61 enum CXErrorCode
70 enum CXErrorCode
106 enum CXErrorCode
116 enum CXErrorCode
126 enum CXErrorCode
H A DIndexing.cpp442 static CXErrorCode clang_indexSourceFile_Impl( in clang_indexSourceFile_Impl()
666 static CXErrorCode clang_indexTranslationUnit_Impl( in clang_indexTranslationUnit_Impl()
901 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv()
952 CXErrorCode result; in clang_indexTranslationUnit()
H A DCXExtractAPI.cpp77 enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet *out_api) { in clang_createAPISet()
H A DCIndex.cpp3716 enum CXErrorCode Result = in clang_createTranslationUnit()
3724 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3765 static CXErrorCode
3938 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3947 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3961 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_parseTranslationUnit2FullArgv()
3975 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
4457 static CXErrorCode
4508 CXErrorCode result; in clang_reparseTranslationUnit()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c166 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure()
198 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()
1919 enum CXErrorCode Err; in print_target_info()
2043 enum CXErrorCode Err; in perform_test_load_source()
2119 enum CXErrorCode Err; in perform_test_reparse_source()
2218 enum CXErrorCode Err; in perform_single_file_parse()
2246 enum CXErrorCode Err; in perform_file_retain_excluded_cb()
2698 enum CXErrorCode Err; in perform_code_completion()
2843 enum CXErrorCode Err; in inspect_cursor_at()
3137 enum CXErrorCode Err; in find_file_refs_at()
[all …]