Searched refs:CXErrorCode (Results 1 – 10 of 10) sorted by relevance
| /llvm-project/clang/include/clang-c/ |
| H A D | BuildSystem.h | 55 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 D | CXErrorCode.h | 28 enum CXErrorCode { enum
|
| H A D | Documentation.h | 566 CINDEX_LINKAGE enum CXErrorCode clang_createAPISet(CXTranslationUnit tu,
|
| H A D | Index.h | 21 #include "clang-c/CXErrorCode.h" 668 CINDEX_LINKAGE enum CXErrorCode 898 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2( 909 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2FullArgv( 1079 * routine are described by the \c CXErrorCode enum. 6561 * a non-zero \c CXErrorCode.
|
| /llvm-project/clang/tools/libclang/ |
| H A D | BuildSystem.cpp | 38 enum CXErrorCode 61 enum CXErrorCode 70 enum CXErrorCode 106 enum CXErrorCode 116 enum CXErrorCode 126 enum CXErrorCode
|
| H A D | Indexing.cpp | 442 static CXErrorCode clang_indexSourceFile_Impl( in clang_indexSourceFile_Impl() 666 static CXErrorCode clang_indexTranslationUnit_Impl( in clang_indexTranslationUnit_Impl() 902 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv() 953 CXErrorCode result; in clang_indexTranslationUnit()
|
| H A D | CXExtractAPI.cpp | 107 enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet *out_api) { in clang_createAPISet()
|
| H A D | CIndex.cpp | 4166 enum CXErrorCode Result = in clang_parseTranslationUnit_Impl() 4174 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_parseTranslationUnit_Impl() 4217 static CXErrorCode in clang_parseTranslationUnit() 4391 enum CXErrorCode Result = clang_parseTranslationUnit2( 4400 enum CXErrorCode clang_parseTranslationUnit2( in clang_EvalResult_getAsInt() 4414 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_EvalResult_isUnsignedInt() 4428 CXErrorCode result = CXError_Failure; in clang_EvalResult_getAsDouble() 4910 static CXErrorCode in clang_getFileContents() 4961 CXErrorCode result; in clang_File_tryGetRealPathName()
|
| /llvm-project/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 5 #include "clang-c/CXErrorCode.h" 196 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure() 228 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit() 1981 enum CXErrorCode Err; in print_target_info() 2105 enum CXErrorCode Err; in perform_test_load_source() 2180 enum CXErrorCode Err; in perform_test_reparse_source() 2279 enum CXErrorCode Err; in perform_single_file_parse() 2307 enum CXErrorCode Err; in perform_file_retain_excluded_cb() 2759 enum CXErrorCode Err; in perform_code_completion() 2902 enum CXErrorCode Er in inspect_cursor_at() [all...] |
| /llvm-project/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 57 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in map() 61 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError() 62 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in mapError()
|