Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp394 CachedResult.ShowInContexts = getDeclShowContexts( in CacheCodeCompletionResults()
449 = NNSContexts & ~CachedResult.ShowInContexts) { in CacheCodeCompletionResults()
457 CachedResult.ShowInContexts = RemainingContexts; in CacheCodeCompletionResults()
478 CachedResult.ShowInContexts in CacheCodeCompletionResults()
2108 if ((C->ShowInContexts & InContexts) == 0) in ProcessCodeCompleteResults()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h282 uint64_t ShowInContexts; member