Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp67 case CCC_ObjCProtocolName: in wantConstructorResults()
126 case CCKind::CCC_ObjCProtocolName: in getCompletionKindString()
H A DSemaCodeComplete.cpp7846 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolReferences()
7872 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h264 CCC_ObjCProtocolName, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp351 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
1910 | (1LL << CodeCompletionContext::CCC_ObjCProtocolName) in AugmentedCodeCompleteConsumer()
1978 case CodeCompletionContext::CCC_ObjCProtocolName: in CalculateHiddenNames()