Home
last modified time | relevance | path

Searched refs:CCC_Namespace (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp69 case CCC_Namespace: in wantConstructorResults()
131 case CCKind::CCC_Namespace: in getCompletionKindString()
H A DSemaCodeComplete.cpp6773 CodeCompletionContext::CCC_Namespace, in CodeCompleteUsingDirective()
6799 ? CodeCompletionContext::CCC_Namespace in CodeCompleteNamespaceDecl()
6840 CodeCompletionContext::CCC_Namespace, in CodeCompleteNamespaceAliasDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h267 CCC_Namespace, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp354 Contexts = (1LL << CodeCompletionContext::CCC_Namespace); in getDeclShowContexts()
445 NNSContexts |= (1LL << CodeCompletionContext::CCC_Namespace); in CacheCodeCompletionResults()
2008 case CodeCompletionContext::CCC_Namespace: in CalculateHiddenNames()