Home
last modified time | relevance | path

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

/freebsd/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.cpp6826 CodeCompletionContext::CCC_Namespace, in CodeCompleteUsingDirective()
6853 ? CodeCompletionContext::CCC_Namespace in CodeCompleteNamespaceDecl()
6895 CodeCompletionContext::CCC_Namespace, in CodeCompleteNamespaceAliasDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h267 CCC_Namespace, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp355 Contexts = (1LL << CodeCompletionContext::CCC_Namespace); in getDeclShowContexts()
446 NNSContexts |= (1LL << CodeCompletionContext::CCC_Namespace); in CacheCodeCompletionResults()
2021 case CodeCompletionContext::CCC_Namespace: in CalculateHiddenNames()