Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
230 ShouldCacheCodeCompletionResults(false), in ASTUnit()1750 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1899 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1979 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()2046 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
295 bool ShouldCacheCodeCompletionResults : 1; variable