Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports286 clang_reparseTranslationUnit
DCIndex.cpp3270 int clang_reparseTranslationUnit(CXTranslationUnit TU, in clang_reparseTranslationUnit() function
/external/clang/unittests/libclang/
DLibclangTest.cpp395 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files, in ReparseTU()
/external/clang/tools/c-index-test/
Dc-index-test.c1633 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/
DIndex.h1448 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
/external/clang/bindings/python/clang/
Dcindex.py2498 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),