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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 5715     Str = "machine";
 5716   else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc))
 5745   if (!RISCVInterruptAttr::ConvertStrToInterruptType(Str, Kind)) {
 5746     S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << Str