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

References

tools/clang/lib/Sema/SemaAttr.cpp
  789           assert(Entry.Attribute && "Expected an attribute");
  790           Diag(Entry.Attribute->getLoc(), diag::warn_pragma_attribute_unused)
  791               << *Entry.Attribute;
  812       ParsedAttr *Attribute = Entry.Attribute;