Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp59 case CCC_ObjCIvarList: in wantConstructorResults()
105 case CCKind::CCC_ObjCIvarList: in getCompletionKindString()
H A DSemaCodeComplete.cpp4174 return CodeCompletionContext::CCC_ObjCIvarList; in mapCodeCompletionContext()
/openbsd-src/gnu/llvm/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()
1930 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) in AugmentedCodeCompleteConsumer()
1984 case CodeCompletionContext::CCC_ObjCIvarList: in CalculateHiddenNames()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h210 CCC_ObjCIvarList, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp396 case CodeCompletionContext::CCC_ObjCIvarList: in getContextsForContextKind()