reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  375         CCKind == CCC_ObjCPropertyAccess || CCKind == CCC_ObjCClassMessage ||
tools/clang/lib/Frontend/ASTUnit.cpp
 1926         | (1LL << CodeCompletionContext::CCC_ObjCPropertyAccess)
 1980   case CodeCompletionContext::CCC_ObjCPropertyAccess:
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
   62   case CCC_ObjCPropertyAccess:
  117   case CCKind::CCC_ObjCPropertyAccess:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4720       contextKind = CodeCompletionContext::CCC_ObjCPropertyAccess;
 4845       CodeCompletionContext::CCC_ObjCPropertyAccess);
tools/clang/tools/extra/clangd/CodeComplete.cpp
  628   case CodeCompletionContext::CCC_ObjCPropertyAccess:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  460     case CodeCompletionContext::CCC_ObjCPropertyAccess: {