Searched refs:CachedResult (Results 1 – 6 of 6) sorted by relevance
390 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local391 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults()394 CachedResult.ShowInContexts = getDeclShowContexts( in CacheCodeCompletionResults()396 CachedResult.Priority = R.Priority; in CacheCodeCompletionResults()397 CachedResult.Kind = R.CursorKind; in CacheCodeCompletionResults()398 CachedResult.Availability = R.Availability; in CacheCodeCompletionResults()404 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()405 CachedResult.Type = 0; in CacheCodeCompletionResults()409 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType); in CacheCodeCompletionResults()421 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()[all …]
363 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local364 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults()367 CachedResult.ShowInContexts = getDeclShowContexts( in CacheCodeCompletionResults()369 CachedResult.Priority = R.Priority; in CacheCodeCompletionResults()370 CachedResult.Kind = R.CursorKind; in CacheCodeCompletionResults()371 CachedResult.Availability = R.Availability; in CacheCodeCompletionResults()377 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()378 CachedResult.Type = 0; in CacheCodeCompletionResults()382 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType); in CacheCodeCompletionResults()394 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()[all …]
402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local403 CachedResult = std::move(Result); in memoizedMatchesRecursively()405 *Builder = CachedResult.Nodes; in memoizedMatchesRecursively()406 return CachedResult.ResultOfMatch; in memoizedMatchesRecursively()641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local642 CachedResult = std::move(Result); in memoizedMatchesAncestorOfRecursively()644 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()645 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()
494 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local495 CachedResult = std::move(Result); in memoizedMatchesRecursively()497 *Builder = CachedResult.Nodes; in memoizedMatchesRecursively()498 return CachedResult.ResultOfMatch; in memoizedMatchesRecursively()811 MemoizedMatchResult &CachedResult = ResultCache[Key]; in matchesAnyAncestorOf() local812 CachedResult.ResultOfMatch = Matched; in matchesAnyAncestorOf()813 CachedResult.Nodes = *Builder; in matchesAnyAncestorOf()
1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local1991 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()1992 return CachedResult->second; in BuildJobsForAction()
4359 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local4360 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()4361 return CachedResult->second; in BuildJobsForAction()