Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance
223 ShouldCacheCodeCompletionResults(false), in ASTUnit()1732 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()1881 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()1961 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()2028 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
295 bool ShouldCacheCodeCompletionResults : 1; variable