Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp4254 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp302 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in getDeclShowContexts()
431 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
481 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in CacheCodeCompletionResults()
1946 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
2000 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h210 CCC_ObjCIvarList, enumerator