Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DIndex.h1188 CINDEX_LINKAGE enum CXErrorCode
1418 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2(
1429 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2FullArgv(
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DBuildSystem.cpp37 enum CXErrorCode
60 enum CXErrorCode
69 enum CXErrorCode
105 enum CXErrorCode
115 enum CXErrorCode
125 enum CXErrorCode
H A DIndexing.cpp442 static CXErrorCode clang_indexSourceFile_Impl( in clang_indexSourceFile_Impl()
663 static CXErrorCode clang_indexTranslationUnit_Impl( in clang_indexTranslationUnit_Impl()
898 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv()
950 CXErrorCode result; in clang_indexTranslationUnit()
H A DCIndex.cpp3492 enum CXErrorCode Result = in clang_createTranslationUnit()
3500 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3541 static CXErrorCode
3712 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3721 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3735 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_parseTranslationUnit2FullArgv()
3749 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
4231 static CXErrorCode
4282 CXErrorCode result; in clang_reparseTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c164 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure()
196 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()
1896 enum CXErrorCode Err; in print_target_info()
2020 enum CXErrorCode Err; in perform_test_load_source()
2096 enum CXErrorCode Err; in perform_test_reparse_source()
2195 enum CXErrorCode Err; in perform_single_file_parse()
2223 enum CXErrorCode Err; in perform_file_retain_excluded_cb()
2675 enum CXErrorCode Err; in perform_code_completion()
2820 enum CXErrorCode Err; in inspect_cursor_at()
3114 enum CXErrorCode Err; in find_file_refs_at()
[all …]