HomeSort by: relevance | last modified time | path
    Searched refs:clang_reparseTranslationUnit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2070 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
2167 Err = clang_reparseTranslationUnit(
2720 Err = clang_reparseTranslationUnit(TU, 0, 0,
2872 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
3167 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
3274 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
4195 Err = clang_reparseTranslationUnit(TU, num_unsaved_files, unsaved_files,
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 296 * Affects #clang_reparseTranslationUnit, #clang_codeCompleteAt,
1242 * clang_reparseTranslationUnit() will re-use the implicit
1354 * either explicitly (via \c clang_reparseTranslationUnit()) or implicitly
1526 * side does not support any other calls than \c clang_reparseTranslationUnit
1555 * \c clang_reparseTranslationUnit() by default. The returned flag
1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files,
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3010 ptr = conf.lib.clang_reparseTranslationUnit(self, len(unsaved_files),
3949 ("clang_reparseTranslationUnit",
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 4273 int clang_reparseTranslationUnit(CXTranslationUnit TU,

Completed in 79 milliseconds