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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp600 = TU_options & CXTranslationUnit_CacheCompletionResults;
H A DCIndex.cpp3528 CXTranslationUnit_CacheCompletionResults;
3569 options & CXTranslationUnit_CacheCompletionResults;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1255 CXTranslationUnit_CacheCompletionResults = 0x08, enumerator in enum:CXTranslationUnit_Flags
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c75 options |= CXTranslationUnit_CacheCompletionResults;
77 options &= ~CXTranslationUnit_CacheCompletionResults;

Completed in 280 milliseconds