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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4368     ParmType = S.GetTypeFromParser(AL.getTypeArg(), &DerefTypeLoc);
 4379       S.Diag(AL.getLoc(), diag::err_attribute_invalid_argument)
 4389     if (checkAttrMutualExclusion<PointerAttr>(S, D, AL))
 4396         S.Diag(AL.getLoc(), diag::err_attributes_are_not_compatible)
 4398         S.Diag(OAttr->getLocation(), diag::note_conflicting_attribute);
 4403       Redecl->addAttr(::new (S.Context) OwnerAttr(S.Context, AL, DerefTypeLoc));
 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)
 4415         S.Diag(PAttr->getLocation(), diag::note_conflicting_attribute);
 4420       Redecl->addAttr(::new (S.Context)
 4421                           PointerAttr(S.Context, AL, DerefTypeLoc));