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

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 2348       for (const ParsedAttr &AL : DeclaratorInfo.getAttributes())
tools/clang/lib/Parse/ParseObjc.cpp
 1224   takeDeclAttributes(attrs, D.getAttributes());
tools/clang/lib/Parse/Parser.cpp
 1175     for (const ParsedAttr &AL : D.getAttributes())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7325   ::checkUnusedDeclAttributes(*this, D.getAttributes());
tools/clang/lib/Sema/SemaType.cpp
  552           declarator.getAttributes(), &attr);
  560     moveAttrFromListToList(attr, declarator.getAttributes(),
  566   declarator.getAttributes().remove(&attr);
  634                            state.getDeclarator().getAttributes());
  657           state, attr, declarator.getAttributes(), declSpecType))
  662   declarator.getAttributes().remove(&attr);
  678   assert(!state.getDeclarator().getAttributes().empty() &&
  683   ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()};
 2951   if (!D.getAttributes().empty())
 4225             if (hasCFReturnsAttr(D.getAttributes()) ||
 4774           if (!D.getAttributes().hasAttribute(ParsedAttr::AT_Overloadable))
 5174   processTypeAttrs(state, T, TAL_DeclName, D.getAttributes());