Searched refs:clang_reparseTranslationUnit (Results 1 – 13 of 13) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 299 clang_reparseTranslationUnit
|
D | CIndex.cpp | 3826 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
/external/llvm-project/clang/tools/libclang/ |
D | libclang.exports | 335 clang_reparseTranslationUnit
|
D | CIndex.cpp | 4232 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 397 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1667 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_test_load_source() 1748 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2198 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2349 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 2634 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 2740 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 3630 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 2069 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_test_load_source() 2150 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2703 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2855 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 3150 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 3257 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 4178 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
/external/llvm-project/clang/unittests/libclang/ |
D | LibclangTest.cpp | 450 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
|
/external/clang/include/clang-c/ |
D | Index.h | 1476 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 2166 …pub fn clang_reparseTranslationUnit(tu: CXTranslationUnit, n_unsaved: c_uint, unsaved: *mut CXUnsa…
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2583 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 3010 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|