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

References

tools/clang/lib/Index/IndexSymbol.cpp
  233       Info.Kind = SymbolKind::InstanceProperty;
  336       Info.Kind = SymbolKind::InstanceProperty;
  511   case SymbolKind::InstanceProperty: return "instance-property";
tools/clang/tools/extra/clangd/CodeComplete.cpp
  122   case SK::InstanceProperty:
tools/clang/tools/extra/clangd/Protocol.cpp
  254   case index::SymbolKind::InstanceProperty:
tools/clang/tools/extra/clangd/Quality.cpp
  137   case index::SymbolKind::InstanceProperty:
  172   case index::SymbolKind::InstanceProperty:
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
  244     DEFINE_ENUM(InstanceProperty);
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1279   case SymbolKind::InstanceProperty: return CXIdxEntity_ObjCProperty;