Home
last modified time | relevance | path

Searched refs:clang_reparseTranslationUnit (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map395 clang_reparseTranslationUnit;
H A DCIndex.cpp4469 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2070 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 DLibclangTest.cpp450 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3011 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),