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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1449   for (unsigned I = 0; I < AL.getNumArgs(); ++I) {
 1449   for (unsigned I = 0; I < AL.getNumArgs(); ++I) {
 1450     Expr *Ex = AL.getArgAsExpr(I);
 1452     if (!checkFunctionOrMethodParameterIndex(S, D, AL, I + 1, Ex, Idx))