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

/external/clang/tools/c-index-test/
H A Dc-index-test.c1305 if (clang_reparseTranslationUnit(TU,
1766 if (clang_reparseTranslationUnit(TU, 0, 0, clang_defaultReparseOptions(TU))) {
1907 clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
2043 clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
2651 if (clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
/external/clang/include/clang-c/
H A DIndex.h211 * Affects #clang_reparseTranslationUnit, #clang_codeCompleteAt,
1024 * clang_reparseTranslationUnit() will re-use the implicit
1077 * either explicitly (via \c clang_reparseTranslationUnit()) or implicitly
1246 * \c clang_reparseTranslationUnit() by default. The returned flag
1291 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU,
/external/clang/bindings/python/clang/
H A Dcindex.py2127 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
2933 ("clang_reparseTranslationUnit",
/external/clang/tools/libclang/
H A DCIndex.cpp2832 int clang_reparseTranslationUnit(CXTranslationUnit TU, function

Completed in 200 milliseconds