Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
242 ShouldCacheCodeCompletionResults(false), in ASTUnit()1566 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1723 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1820 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()1898 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
247 bool ShouldCacheCodeCompletionResults : 1; variable