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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4367   if (AL.hasParsedType()) {
 4368     ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc);
 4379       S.Diag(AL.getLoc(), diag::err_attribute_invalid_argument)
 4380           << SelectIdx << AL;
 4388   if (AL.getKind() == ParsedAttr::AT_Owner) {
 4389     if (checkAttrMutualExclusion<PointerAttr>(S, D, AL))
 4396         S.Diag(AL.getLoc(), diag::err_attributes_are_not_compatible)
 4397             << AL << OAttr;
 4403       Redecl->addAttr(::new (S.Context) OwnerAttr(S.Context, AL, DerefTypeLoc));
 4406     if (checkAttrMutualExclusion<OwnerAttr>(S, D, AL))
 4413         S.Diag(AL.getLoc(), diag::err_attributes_are_not_compatible)
 4414             << AL << PAttr;
 4421                           PointerAttr(S.Context, AL, DerefTypeLoc));