Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp60 case CCC_ObjCIvarList: in wantConstructorResults()
107 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
H A DSemaCodeComplete.cpp4260 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp303 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
432 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
482 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
1959 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
2013 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h210 CCC_ObjCIvarList, enumerator