Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp8477 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolReferences()
8503 CodeCompletionContext::CCC_ObjCProtocolName); in CodeCompleteObjCProtocolDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h263 CCC_ObjCProtocolName, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp350 Contexts = (1LL << CodeCompletionContext::CCC_ObjCProtocolName); in getDeclShowContexts()
1953 | (1LL << CodeCompletionContext::CCC_ObjCProtocolName) in AugmentedCodeCompleteConsumer()
2023 case CodeCompletionContext::CCC_ObjCProtocolName: in CalculateHiddenNames()