Home
last modified time | relevance | path

Searched refs:CacheCodeCompletionResults (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h372 void CacheCodeCompletionResults();
693 bool CacheCodeCompletionResults = false,
715 bool CacheCodeCompletionResults = false,
748 bool CacheCodeCompletionResults = false,
/external/clang/tools/libclang/
DIndexing.cpp375 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local
384 CacheCodeCompletionResults in clang_indexSourceFile_Impl()
400 CacheCodeCompletionResults, in clang_indexSourceFile_Impl()
/external/clang/lib/Frontend/
DASTUnit.cpp336 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit
1697 bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument
1720 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1869 bool CacheCodeCompletionResults, in LoadFromCompilerInvocation() argument
1880 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1907 bool CacheCodeCompletionResults, in LoadFromCommandLine() argument
1968 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
2046 CacheCodeCompletionResults(); in Reparse()