Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
242 ShouldCacheCodeCompletionResults(false), in ASTUnit()1516 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1680 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1765 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()1843 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
240 bool ShouldCacheCodeCompletionResults : 1; variable