Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp59 case CCC_ObjCIvarList: in wantConstructorResults()
105 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
H A DSemaCodeComplete.cpp4139 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp304 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
432 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
482 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
1903 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
1957 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h211 CCC_ObjCIvarList, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp396 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp703 case CodeCompletionContext::CCC_ObjCIvarList: in contextAllowsIndex()