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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp393 CachedResult.ShowInContexts = getDeclShowContexts(
448 = NNSContexts & ~CachedResult.ShowInContexts) {
456 CachedResult.ShowInContexts = RemainingContexts;
477 CachedResult.ShowInContexts
2068 if ((C->ShowInContexts & InContexts) == 0)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h280 uint64_t ShowInContexts; member in struct:clang::ASTUnit::CachedCodeCompletionResult

Completed in 120 milliseconds