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

References

tools/clang/lib/Sema/SemaType.cpp
 6096   SourceLocation AttrLoc = attr.getLoc();
 6101   if (!attr.isArgIdent(0)) {
 6102     S.Diag(AttrLoc, diag::err_attribute_argument_type) << attr
 6104     attr.setInvalid();
 6108   IdentifierInfo *II = attr.getArgAsIdent(0)->Ident;
 6119     S.Diag(AttrLoc, diag::warn_attribute_type_not_supported) << attr << II;
 6120     attr.setInvalid();
 6161     StringRef name = attr.getAttrName()->getName();
 6188         createSimpleAttr<ObjCInertUnsafeUnretainedAttr>(S.Context, attr),
 6201                                        ObjCOwnershipAttr(S.Context, attr, II),
 6229     attr.setInvalid();