Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DBuildSystem.h56 CINDEX_LINKAGE enum CXErrorCode
67 CINDEX_LINKAGE enum CXErrorCode
80 CINDEX_LINKAGE enum CXErrorCode
108 CINDEX_LINKAGE enum CXErrorCode
116 CINDEX_LINKAGE enum CXErrorCode
129 CINDEX_LINKAGE enum CXErrorCode
DCXErrorCode.h29 enum CXErrorCode { enum
DIndex.h1104 CINDEX_LINKAGE enum CXErrorCode clang_createTranslationUnit2(
1281 CINDEX_LINKAGE enum CXErrorCode
/external/clang/tools/libclang/
DBuildSystem.cpp37 enum CXErrorCode
60 enum CXErrorCode
69 enum CXErrorCode
101 enum CXErrorCode
111 enum CXErrorCode
121 enum CXErrorCode
DIndexing.cpp477 CXErrorCode &result;
976 CXErrorCode result = CXError_Failure; in clang_indexSourceFile()
DCIndex.cpp2858 enum CXErrorCode Result = in clang_createTranslationUnit()
2866 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
2920 CXErrorCode &result;
3054 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3063 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3081 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2()
3223 CXErrorCode &result;
3281 CXErrorCode result = CXError_Failure; in clang_reparseTranslationUnit()
/external/clang/unittests/libclang/
DLibclangTest.cpp50 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in map()
54 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError()
55 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in mapError()
/external/clang/tools/c-index-test/
Dc-index-test.c86 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure()
118 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()
1532 enum CXErrorCode Err; in perform_test_load_source()
1578 enum CXErrorCode Err; in perform_test_reparse_source()
2063 enum CXErrorCode Err; in perform_code_completion()
2196 enum CXErrorCode Err; in inspect_cursor_at()
2367 enum CXErrorCode Err; in find_file_refs_at()
2476 enum CXErrorCode Err; in find_file_includes_in()
3378 enum CXErrorCode Err; in perform_token_annotation()
3783 enum CXErrorCode Err; in write_pch_file()