Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp59 case CCC_ObjCIvarList: in wantConstructorResults()
104 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
H A DSemaCodeComplete.cpp4020 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/freebsd-13.1/contrib/llvm-project/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()
1956 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h211 CCC_ObjCIvarList, enumerator