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

/external/clang/unittests/libclang/
H A DLibclangTest.cpp397 if (clang_reparseTranslationUnit(ClangTU, num_unsaved_files, unsaved_files,
/external/clang/tools/c-index-test/
H A Dc-index-test.c1695 Err = clang_reparseTranslationUnit(
2162 Err = clang_reparseTranslationUnit(TU, 0, 0,
2309 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
2481 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
2587 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
3477 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
/external/clang/include/clang-c/
H A DIndex.h239 * Affects #clang_reparseTranslationUnit, #clang_codeCompleteAt,
1157 * clang_reparseTranslationUnit() will re-use the implicit
1220 * either explicitly (via \c clang_reparseTranslationUnit()) or implicitly
1419 * \c clang_reparseTranslationUnit() by default. The returned flag
1465 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
/external/clang/bindings/python/clang/
H A Dcindex.py2529 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
3392 ("clang_reparseTranslationUnit",
/external/clang/tools/libclang/
H A DCIndex.cpp3408 int clang_reparseTranslationUnit(CXTranslationUnit TU, function

Completed in 129 milliseconds