Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp368 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
369 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema, in CacheCodeCompletionResults()
373 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration, in CacheCodeCompletionResults()
376 CachedResult.Priority = Results[I].Priority; in CacheCodeCompletionResults()
377 CachedResult.Kind = Results[I].CursorKind; in CacheCodeCompletionResults()
378 CachedResult.Availability = Results[I].Availability; in CacheCodeCompletionResults()
384 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()
385 CachedResult.Type = 0; in CacheCodeCompletionResults()
389 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType); in CacheCodeCompletionResults()
401 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp405 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local
406 CachedResult = std::move(Result); in memoizedMatchesRecursively()
408 *Builder = CachedResult.Nodes; in memoizedMatchesRecursively()
409 return CachedResult.ResultOfMatch; in memoizedMatchesRecursively()
686 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local
687 CachedResult = std::move(Result); in memoizedMatchesAncestorOfRecursively()
689 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()
690 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()