Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
239 ShouldCacheCodeCompletionResults(false), in ASTUnit()1587 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1748 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1847 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()1926 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
259 bool ShouldCacheCodeCompletionResults : 1; variable