Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h248 CCC_ObjCPropertyAccess, enumerator
386 CCKind == CCC_ObjCPropertyAccess || CCKind == CCC_ObjCClassMessage || in CCKind()
/freebsd/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.cpp5747 contextKind = CodeCompletionContext::CCC_ObjCPropertyAccess; in CodeCompleteMemberReferenceExpr()
5889 CodeCompletionContext::CCC_ObjCPropertyAccess); in CodeCompleteObjCClassPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1965 | (1LL << CodeCompletionContext::CCC_ObjCPropertyAccess) in AugmentedCodeCompleteConsumer()
2020 case CodeCompletionContext::CCC_ObjCPropertyAccess: in CalculateHiddenNames()