Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp390 CachedCodeCompletionResult CachedResult; in CacheCodeCompletionResults() local
391 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 …]
/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()
641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively() local
642 CachedResult = std::move(Result); in memoizedMatchesAncestorOfRecursively()
644 *Builder = CachedResult.Nodes; in memoizedMatchesAncestorOfRecursively()
645 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp494 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively() local
495 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() local
812 CachedResult.ResultOfMatch = Matched; in matchesAnyAncestorOf()
813 CachedResult.Nodes = *Builder; in matchesAnyAncestorOf()
/external/clang/lib/Driver/
DDriver.cpp1990 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local
1991 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()
1992 return CachedResult->second; in BuildJobsForAction()
/external/llvm-project/clang/lib/Driver/
DDriver.cpp4359 auto CachedResult = CachedResults.find(ActionTC); in BuildJobsForAction() local
4360 if (CachedResult != CachedResults.end()) { in BuildJobsForAction()
4361 return CachedResult->second; in BuildJobsForAction()