Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp68 case CCC_ObjCProtocolName: in wantConstructorResults()
129 case CCKind::CCC_ObjCProtocolName: in getCompletionKindString()
H A DSemaCodeComplete.cpp8561 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolReferences()
8589 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolDecl()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h263 CCC_ObjCProtocolName, enumerator
/src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp351 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
1966 | (1LL << CodeCompletionContext::CCC_ObjCProtocolName) in AugmentedCodeCompleteConsumer()
2036 case CodeCompletionContext::CCC_ObjCProtocolName: in CalculateHiddenNames()