Home
last modified time | relevance | path

Searched refs:CachedResult (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp363 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
364 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 …]
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local
403 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() local
678 CachedResult = std::move(Result); in memoizedMatchesAncestorOfRecursively()
680 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()
681 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()