Searched refs:clang_reparseTranslationUnit (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | libclang.map | 395 clang_reparseTranslationUnit;
|
| H A D | CIndex.cpp | 4469 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 2070 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_test_load_source() 2167 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2720 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2872 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 3167 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 3274 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 4197 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 450 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 3011 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|