Searched refs:CacheCodeCompletionResults (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 416 void CacheCodeCompletionResults(); 788 bool CacheCodeCompletionResults = false, 814 bool CacheCodeCompletionResults = false, 850 bool CacheCodeCompletionResults = false,
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 337 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1729 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1753 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1900 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1909 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1937 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1990 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 2063 CacheCodeCompletionResults(); in Reparse()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 605 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local 615 CacheCodeCompletionResults in clang_indexSourceFile_Impl() 636 CacheCodeCompletionResults, in clang_indexSourceFile_Impl()
|
D | CIndex.cpp | 3091 bool CacheCodeCompletionResults in clang_parseTranslationUnit_Impl() local 3173 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|