Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
244 ShouldCacheCodeCompletionResults(false), in ASTUnit()1557 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1714 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1804 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()1882 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
244 bool ShouldCacheCodeCompletionResults : 1; variable