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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3371   for (unsigned I = 0, E = AL.getNumArgs(); I < E; ++I) {
 3371   for (unsigned I = 0, E = AL.getNumArgs(); I < E; ++I) {
 3375     if (AL.isArgIdent(I)) {
 3376       IdentifierLoc *IdLoc = AL.getArgAsIdent(I);
 3386     } else if (AL.isArgExpr(I)) {
 3387       Expr *IdxExpr = AL.getArgAsExpr(I);
 3390       if (!checkUInt32Argument(S, AL, IdxExpr, (uint32_t &)ArgIdx, I + 1,
 3393             << AL << (I + 1) << IdxExpr->getSourceRange();
 3400             << AL << (I + 1) << IdxExpr->getSourceRange();
 3411           << (I + 1) << SR;