Searched refs:clang_reparseTranslationUnit (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | libclang.map | 395 clang_reparseTranslationUnit;
|
H A D | CIndex.cpp | 4499 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 2093 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_test_load_source() 2190 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2743 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2895 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 3190 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 3297 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 4220 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
/openbsd-src/gnu/llvm/clang/include/clang-c/ |
H A D | Index.h | 934 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
|
/openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 3067 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|