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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 5442     Str = "";
 5443   else if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, &ArgLoc))
 5447   if (!ARMInterruptAttr::ConvertStrToInterruptType(Str, Kind)) {
 5448     S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << Str