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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 5532   if (!isFunctionOrMethod(D)) {
 5533     S.Diag(D->getLocation(), diag::warn_attribute_wrong_decl_type)
 5538   if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) {
 5538   if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) {
 5539     S.Diag(D->getLocation(), diag::warn_interrupt_attribute_invalid)
 5544   if (!getFunctionOrMethodResultType(D)->isVoidType()) {
 5545     S.Diag(D->getLocation(), diag::warn_interrupt_attribute_invalid)
 5550   if (checkAttrMutualExclusion<Mips16Attr>(S, D, AL))
 5560   D->addAttr(::new (S.Context) MipsInterruptAttr(S.Context, AL, Kind));