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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 600 = TU_options & CXTranslationUnit_CacheCompletionResults;
CIndex.cpp 3528 CXTranslationUnit_CacheCompletionResults;
3569 options & CXTranslationUnit_CacheCompletionResults;
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1255 CXTranslationUnit_CacheCompletionResults = 0x08,
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 75 options |= CXTranslationUnit_CacheCompletionResults;
77 options &= ~CXTranslationUnit_CacheCompletionResults;

Completed in 28 milliseconds