Searched refs:CachedResult (Results 1 – 2 of 2) sorted by relevance
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()677 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local678 CachedResult = std::move(Result); in memoizedMatchesAncestorOfRecursively()680 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()681 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()