Searched refs:CXIndex (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang-c/ |
D | Index.h | 81 typedef void *CXIndex; typedef 209 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH, 218 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index); 267 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options); 275 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex); 1077 CXIndex CIdx, 1091 CXIndex CIdx, 1103 CXIndex CIdx, 1235 clang_parseTranslationUnit(CXIndex CIdx, 1288 clang_parseTranslationUnit2(CXIndex CIdx, [all …]
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 118 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file, in CreateTranslationUnit() 1514 static int perform_test_load(CXIndex Idx, CXTranslationUnit TU, in perform_test_load() 1569 CXIndex Idx; in perform_test_load_tu() 1589 CXIndex Idx; in perform_test_load_source() 1635 CXIndex Idx; in perform_test_reparse_source() 1739 CXIndex Idx; in perform_file_scan() 2120 CXIndex CIdx; in perform_code_completion() 2254 CXIndex CIdx; in inspect_cursor_at() 2425 CXIndex CIdx; in find_file_refs_at() 2535 CXIndex CIdx; in find_file_includes_in() [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 458 CXIndex CIdx; 461 explicit IndexSessionData(CXIndex cIdx) in IndexSessionData() 901 CXIndexAction clang_IndexAction_create(CXIndex CIdx) { in clang_IndexAction_create()
|
D | CIndex.cpp | 2949 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex() 2984 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex() 2989 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions() 2994 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions() 3007 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit() 3018 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2() 3053 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, in clang_createTranslationUnitFromSourceFile() 3067 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl() 3197 clang_parseTranslationUnit(CXIndex CIdx, in clang_parseTranslationUnit() 3215 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2() [all …]
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 356 CXIndex Index;
|