Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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(
/llvm-project-15.0.7/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()
953 CXErrorCode result; in clang_indexTranslationUnit()
H A DCIndex.cpp3688 enum CXErrorCode Result = in clang_createTranslationUnit()
3696 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3737 static CXErrorCode
3908 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3917 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3931 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_parseTranslationUnit2FullArgv()
3945 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
4427 static CXErrorCode
4478 CXErrorCode result; in clang_reparseTranslationUnit()
/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp55 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in map()
59 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError()
60 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in mapError()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1896 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()
3224 enum CXErrorCode Err; in find_file_includes_in()
4160 enum CXErrorCode Err; in perform_token_annotation()
[all …]