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

References

tools/clang/include/clang/Sema/ParsedAttr.h
  839     Attrs.remove(PA);
tools/clang/lib/Parse/ParseDecl.cpp
 1723     DS.getAttributes().remove(AL);
tools/clang/lib/Parse/ParseObjc.cpp
 1208       from.remove(&AL);
tools/clang/lib/Sema/SemaType.cpp
  343   fromList.remove(&attr);
  566   declarator.getAttributes().remove(&attr);
  662   declarator.getAttributes().remove(&attr);
  819     declarator.getMutableDeclSpec().getAttributes().remove(AL);