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(
1287 CINDEX_LINKAGE enum CXErrorCode
1302 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.cpp467 static CXErrorCode clang_indexSourceFile_Impl( in clang_indexSourceFile_Impl()
701 static CXErrorCode clang_indexTranslationUnit_Impl( in clang_indexTranslationUnit_Impl()
947 CXErrorCode result = CXError_Failure; in clang_indexSourceFileFullArgv()
1004 CXErrorCode result; in clang_indexTranslationUnit()
DCIndex.cpp3010 enum CXErrorCode Result = in clang_createTranslationUnit()
3018 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3066 static CXErrorCode
3205 enum CXErrorCode Result = clang_parseTranslationUnit2( in clang_parseTranslationUnit()
3214 enum CXErrorCode clang_parseTranslationUnit2( in clang_parseTranslationUnit2()
3227 enum CXErrorCode clang_parseTranslationUnit2FullArgv( in clang_parseTranslationUnit2FullArgv()
3241 CXErrorCode result = CXError_Failure; in clang_parseTranslationUnit2FullArgv()
3366 static CXErrorCode
3419 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.c88 static void describeLibclangFailure(enum CXErrorCode Err) { in describeLibclangFailure()
120 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()
1594 enum CXErrorCode Err; in perform_test_load_source()
1640 enum CXErrorCode Err; in perform_test_reparse_source()
2125 enum CXErrorCode Err; in perform_code_completion()
2258 enum CXErrorCode Err; in inspect_cursor_at()
2429 enum CXErrorCode Err; in find_file_refs_at()
2538 enum CXErrorCode Err; in find_file_includes_in()
3440 enum CXErrorCode Err; in perform_token_annotation()
3845 enum CXErrorCode Err; in write_pch_file()