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.cpp56 case CCC_ObjCIvarList: in wantConstructorResults()
103 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
H A DSemaCodeComplete.cpp4423 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp299 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
428 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
478 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
1974 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
2028 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h210 CCC_ObjCIvarList, enumerator