Searched refs:clang_reparseTranslationUnit (Results 1 – 6 of 6) sorted by relevance
/external/clang/tools/libclang/ |
D | libclang.exports | 286 clang_reparseTranslationUnit
|
D | CIndex.cpp | 3270 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
|
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 395 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1633 Err = clang_reparseTranslationUnit( in perform_test_reparse_source() 2100 Err = clang_reparseTranslationUnit(TU, 0, 0, in perform_code_completion() 2247 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in inspect_cursor_at() 2419 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_refs_at() 2525 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in find_file_includes_in() 3415 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files, in perform_token_annotation()
|
/external/clang/include/clang-c/ |
D | Index.h | 1448 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 2498 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
|