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, 1246 clang_parseTranslationUnit(CXIndex CIdx, 1299 clang_parseTranslationUnit2(CXIndex CIdx, [all …]
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 122 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file, in CreateTranslationUnit() 1546 static int perform_test_load(CXIndex Idx, CXTranslationUnit TU, in perform_test_load() 1601 CXIndex Idx; in perform_test_load_tu() 1621 CXIndex Idx; in perform_test_load_source() 1688 CXIndex Idx; in perform_test_reparse_source() 1792 CXIndex Idx; in perform_file_scan() 2156 CXIndex CIdx; in perform_code_completion() 2294 CXIndex CIdx; in inspect_cursor_at() 2578 CXIndex CIdx; in find_file_refs_at() 2688 CXIndex CIdx; in find_file_includes_in() [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 406 CXIndex CIdx; 409 explicit IndexSessionData(CXIndex cIdx) in IndexSessionData() 824 CXIndexAction clang_IndexAction_create(CXIndex CIdx) { in clang_IndexAction_create()
|
D | CIndex.cpp | 3057 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex() 3092 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex() 3097 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions() 3102 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions() 3115 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit() 3126 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2() 3161 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, in clang_createTranslationUnitFromSourceFile() 3175 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl() 3308 clang_parseTranslationUnit(CXIndex CIdx, in clang_parseTranslationUnit() 3326 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2() [all …]
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 356 CXIndex Index;
|