Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h249 CCC_ObjCPropertyAccess, enumerator
378 CCKind == CCC_ObjCPropertyAccess || CCKind == CCC_ObjCClassMessage || in CCKind()
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp63 case CCC_ObjCPropertyAccess: in wantConstructorResults()
119 case CCKind::CCC_ObjCPropertyAccess: in getCompletionKindString()
H A DSemaCodeComplete.cpp5590 contextKind = CodeCompletionContext::CCC_ObjCPropertyAccess; in CodeCompleteMemberReferenceExpr()
5729 CodeCompletionContext::CCC_ObjCPropertyAccess); in CodeCompleteObjCClassPropertyRefExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp459 case CodeCompletionContext::CCC_ObjCPropertyAccess: { in getContextsForContextKind()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1909 | (1LL << CodeCompletionContext::CCC_ObjCPropertyAccess) in AugmentedCodeCompleteConsumer()
1964 case CodeCompletionContext::CCC_ObjCPropertyAccess: in CalculateHiddenNames()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp723 case CodeCompletionContext::CCC_ObjCPropertyAccess: in contextAllowsIndex()