Home
last modified time | relevance | path

Searched refs:CCC_ObjCInterfaceName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp82 case CCC_ObjCInterfaceName: in wantConstructorResults()
159 case CCKind::CCC_ObjCInterfaceName: in getCompletionKindString()
H A DSemaCodeComplete.cpp8397 CodeCompletionContext::CCC_ObjCInterfaceName); in CodeCompleteObjCInterfaceDecl()
8416 CodeCompletionContext::CCC_ObjCInterfaceName); in CodeCompleteObjCSuperclass()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h324 CCC_ObjCInterfaceName, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp529 case CodeCompletionContext::CCC_ObjCInterfaceName: { in getContextsForContextKind()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp324 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName); in getDeclShowContexts()
1970 case CodeCompletionContext::CCC_ObjCInterfaceName: in CalculateHiddenNames()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp715 case CodeCompletionContext::CCC_ObjCInterfaceName: in contextAllowsIndex()