Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map395 clang_reparseTranslationUnit;
H A DCIndex.cpp4499 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2093 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 DIndex.h934 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py3067 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),