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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3311   if (!checkUInt32Argument(S, AL, FirstArgExpr, FirstArg, 3))
 3315   if (FirstArg != 0) {
 3327     if (FirstArg != 0) {
 3333   } else if (FirstArg != 0 && FirstArg != NumArgs) {
 3333   } else if (FirstArg != 0 && FirstArg != NumArgs) {
 3339   FormatAttr *NewAttr = S.mergeFormatAttr(D, AL, II, Idx, FirstArg);