Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp393 CachedResult.ShowInContexts = getDeclShowContexts( in CacheCodeCompletionResults()
448 = NNSContexts & ~CachedResult.ShowInContexts) { in CacheCodeCompletionResults()
456 CachedResult.ShowInContexts = RemainingContexts; in CacheCodeCompletionResults()
477 CachedResult.ShowInContexts in CacheCodeCompletionResults()
2095 if ((C->ShowInContexts & InContexts) == 0) in ProcessCodeCompleteResults()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h282 uint64_t ShowInContexts; member