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
116 CINDEX_LINKAGE enum CXErrorCode
124 CINDEX_LINKAGE enum CXErrorCode
137 CINDEX_LINKAGE enum CXErrorCode
DCXErrorCode.h29 enum CXErrorCode { enum
DIndex.h1102 CINDEX_LINKAGE enum CXErrorCode clang_createTranslationUnit2(
1298 CINDEX_LINKAGE enum CXErrorCode
1313 CINDEX_LINKAGE enum CXErrorCode clang_parseTranslationUnit2FullArgv(
/external/clang/tools/libclang/
DBuildSystem.cpp37 enum CXErrorCode
60 enum CXErrorCode
69 enum CXErrorCode
105 enum CXErrorCode
115 enum CXErrorCode
125 enum CXErrorCode
DIndexing.cpp415 static CXErrorCode clang_indexSourceFile_Impl( in clang_indexSourceFile_Impl()
634 static CXErrorCode clang_indexTranslationUnit_Impl( in clang_indexTranslationUnit_Impl()
870 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv()
927 CXErrorCode result; in clang_indexTranslationUnit()
DCIndex.cpp3118 enum CXErrorCode Result = in clang_createTranslationUnit()
3126 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3174 static CXErrorCode
3316 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3325 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3338 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_parseTranslationUnit2FullArgv()
3352 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
3784 static CXErrorCode
3837 CXErrorCode result; 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.c92 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure()
124 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()
1626 enum CXErrorCode Err; in perform_test_load_source()
1693 enum CXErrorCode Err; in perform_test_reparse_source()
2161 enum CXErrorCode Err; in perform_code_completion()
2298 enum CXErrorCode Err; in inspect_cursor_at()
2582 enum CXErrorCode Err; in find_file_refs_at()
2691 enum CXErrorCode Err; in find_file_includes_in()
3593 enum CXErrorCode Err; in perform_token_annotation()
3998 enum CXErrorCode Err; in write_pch_file()