Searched refs:clang_reparseTranslationUnit (Results 1 – 6 of 6) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 299 clang_reparseTranslationUnit
|
D | CIndex.cpp | 3826 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 397 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1667 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_test_load_source() 1748 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2198 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2349 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 2634 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 2740 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 3630 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
/external/clang/include/clang-c/ |
D | Index.h | 1476 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2583 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|