Home
last modified time | relevance | path

Searched refs:clang_createIndex (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/clang-sys/tests/
Dlib.rs12 let index = clang_createIndex(0, 0); in parse()
/external/llvm-project/clang/unittests/libclang/
DTestUtils.h40 Index = clang_createIndex(0, 0); in SetUp()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1905 Idx = clang_createIndex(0, 1); in print_target_info()
1997 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_load_tu()
2025 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_load_source()
2101 Idx = clang_createIndex(/* excludeDeclsFromPCH */ in perform_test_reparse_source()
2181 Idx = clang_createIndex(/* excludeDeclsFromPCH */1, in perform_single_file_parse()
2209 Idx = clang_createIndex(/* excludeDeclsFromPCH */1, in perform_file_retain_excluded_cb()
2258 if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1, in perform_file_scan()
2685 CIdx = clang_createIndex(0, 0); in perform_code_completion()
2837 CIdx = clang_createIndex(1, 1); in inspect_cursor_at()
3131 CIdx = clang_createIndex(1, 1); in find_file_refs_at()
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c1604 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/
Dlibclang.exports111 clang_createIndex
DCIndex.cpp3057 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports133 clang_createIndex
DCIndex.cpp3384 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex() function
/external/clang/unittests/libclang/
DLibclangTest.cpp366 Index = clang_createIndex(0, 0); in SetUp()
/external/rust/crates/cexpr/tests/
Dclang.rs236 let index = clang_createIndex(true as _, false as _); in file_visit_macros()
/external/clang/include/clang-c/
DIndex.h209 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
/external/rust/crates/bindgen/src/
Dclang.rs1532 x: clang_createIndex(pch as c_int, diag as c_int), in new()
/external/llvm-project/clang/include/clang-c/
DIndex.h266 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
/external/rust/crates/clang-sys/src/
Dlib.rs1934 pub fn clang_createIndex(exclude: c_int, display: c_int) -> CXIndex;
/external/clang/bindings/python/clang/
Dcindex.py2272 return Index(conf.lib.clang_createIndex(excludeDecls, 0))
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2699 return Index(conf.lib.clang_createIndex(excludeDecls, 0))