Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h248 CCC_ObjCPropertyAccess, enumerator
385 CCKind == CCC_ObjCPropertyAccess || CCKind == CCC_ObjCClassMessage || in CCKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp64 case CCC_ObjCPropertyAccess: in wantConstructorResults()
121 case CCKind::CCC_ObjCPropertyAccess: in getCompletionKindString()
H A DSemaCodeComplete.cpp5722 contextKind = CodeCompletionContext::CCC_ObjCPropertyAccess; in CodeCompleteMemberReferenceExpr()
5861 CodeCompletionContext::CCC_ObjCPropertyAccess); in CodeCompleteObjCClassPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1952 | (1LL << CodeCompletionContext::CCC_ObjCPropertyAccess) in AugmentedCodeCompleteConsumer()
2007 case CodeCompletionContext::CCC_ObjCPropertyAccess: in CalculateHiddenNames()