Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp57 case CCC_ObjCInterface: in wantConstructorResults()
101 case CCKind::CCC_ObjCInterface: in getCompletionKindString()
H A DSemaCodeComplete.cpp4133 return CodeCompletionContext::CCC_ObjCInterface; in mapCodeCompletionContext()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h203 CCC_ObjCInterface, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp480 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in CacheCodeCompletionResults()
1901 | (1LL << CodeCompletionContext::CCC_ObjCInterface) in AugmentedCodeCompleteConsumer()
1955 case CodeCompletionContext::CCC_ObjCInterface: in CalculateHiddenNames()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp538 case CodeCompletionContext::CCC_ObjCInterface: in getContextsForContextKind()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp701 case CodeCompletionContext::CCC_ObjCInterface: in contextAllowsIndex()