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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
  846   assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument");
  847   Expr *AttrArg = AI.getArgAsExpr(AttrArgNo);
  849   if (!checkFunctionOrMethodParameterIndex(S, FD, AI, AttrArgNo + 1, AttrArg,
  857         << AI << Param->getSourceRange();