Searched defs:CachedResult (Results 1 – 4 of 4) sorted by relevance
37 struct CachedResult { struct44 CachedResult() : Valid(false) { } in CachedResult() function47 bool valid() { return Valid; } in valid()71 CachedResult StringifyResult; argument
402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local
363 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local447 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local