Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports335 clang_reparseTranslationUnit
H A DCIndex.cpp4273 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
/netbsd-src/external/apache2/llvm/dist/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()
4195 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3010 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),