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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 5700     S.Diag(AL.getRange().getBegin(),
 5707   if (!checkAttributeAtMostNumArgs(S, AL, 1))
 5714   if (AL.getNumArgs() == 0)
 5716   else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc))
 5746     S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << Str
 5746     S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << Str
 5751   D->addAttr(::new (S.Context) RISCVInterruptAttr(S.Context, AL, Kind));