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

References

tools/clang/lib/Index/IndexSymbol.cpp
   45     PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated;
   47     PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated;
  229         Info.Properties |= (SymbolPropertySet)SymbolProperty::IBAnnotated;
  556   APPLY_FOR_PROPERTY(IBAnnotated);
  577     case SymbolProperty::IBAnnotated: OS << "IB"; break;