Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
224 ShouldCacheCodeCompletionResults(false), in ASTUnit()1753 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1909 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1990 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()2061 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
297 bool ShouldCacheCodeCompletionResults : 1; variable