Searched refs:clang_createIndex (Results 1 – 6 of 6) sorted by relevance
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1604 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_load_tu() 1631 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_load_source() 1699 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_reparse_source() 1800 if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1, in perform_file_scan() 2183 CIdx = clang_createIndex(0, 0); in perform_code_completion() 2331 CIdx = clang_createIndex(1, 1); in inspect_cursor_at() 2615 CIdx = clang_createIndex(1, 1); in find_file_refs_at() 2720 CIdx = clang_createIndex(1, 1); in find_file_includes_in() 3394 if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1, in index_file() 3438 if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1, in index_tu() [all …]
|
/external/clang/tools/libclang/ |
D | libclang.exports | 111 clang_createIndex
|
D | CIndex.cpp | 3057 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex() function
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 366 Index = clang_createIndex(0, 0); in SetUp()
|
/external/clang/include/clang-c/ |
D | Index.h | 209 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2272 return Index(conf.lib.clang_createIndex(excludeDecls, 0))
|