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

References

tools/clang/lib/Parse/ParseDecl.cpp
  514   return !Attrs.empty() ? Attrs.begin()->getNumArgs() : 0;
tools/clang/lib/Sema/SemaDeclAttr.cpp
  184   return AL.getNumArgs() + AL.hasParsedType();
  634   if (Sidx == AL.getNumArgs()) {
  653   for (unsigned Idx = Sidx; Idx < AL.getNumArgs(); ++Idx) {
  884   if (AL.getNumArgs() == 2) {
 1148   for (unsigned ArgIndex = 0; ArgIndex < AL.getNumArgs(); ++ArgIndex) {
 1367   if (AL.getNumArgs() > 1) {
 1449   for (unsigned I = 0; I < AL.getNumArgs(); ++I) {
 1492   if (AL.getNumArgs() > 0) {
 1537        *OE = AL.getNumArgs() > 1 ? AL.getArgAsExpr(1) : nullptr;
 1660     if (AL.getNumArgs() < 2) {
 1666     if (AL.getNumArgs() > 2) {
 1681   for (unsigned i = 1; i < AL.getNumArgs(); ++i) {
 1741   if (AL.getNumArgs() > 1) {
 1789   if (AL.getNumArgs() && S.checkStringLiteralArgumentAttr(AL, 0, Str))
 2101   if (AL.getNumArgs() &&
 2110   if (AL.getNumArgs() &&
 2121   if (AL.getNumArgs() == 1 && !S.checkStringLiteralArgumentAttr(AL, 0, Str))
 2639   if (AL.getNumArgs() > 0) {
 2659   if (AL.getNumArgs() > 1) {
 2745     if (AL.getNumArgs() == 1) {
 3347   if (AL.getNumArgs() == 0) {
 3371   for (unsigned I = 0, E = AL.getNumArgs(); I < E; ++I) {
 3618   if (AL.getNumArgs() > 1) {
 3623   if (AL.getNumArgs() == 0) {
 4349   for (unsigned I = 0, E = AL.getNumArgs(); I != E; ++I) {
 4759                         AL.getNumArgs() > 1 ? AL.getArgAsExpr(1) : nullptr);
 5402   for (unsigned I = 0, E = AL.getNumArgs(); I != E; ++I) {
 5418     if (AL.getNumArgs() == 0)
 5433   if (AL.getNumArgs() > 1) {
 5441   if (AL.getNumArgs() == 0)
 5510   if (AL.getNumArgs() > 1) {
 5518   if (AL.getNumArgs() == 0)
 5714   if (AL.getNumArgs() == 0)
 5882   Expr *MaxExpr = (AL.getNumArgs() > 1) ? AL.getArgAsExpr(1) : nullptr;
 6163   for (unsigned I = 0, E = AL.getNumArgs(); I != E; ++I) {
tools/clang/lib/Sema/SemaStmtAttr.cpp
   55   if (A.getNumArgs() < 1) {
   61   for (unsigned I = 0, E = A.getNumArgs(); I != E; ++I) {
  288   unsigned NumArgs = A.getNumArgs();
tools/clang/lib/Sema/SemaType.cpp
 5988     if (Attr.getNumArgs() != 1) {
 6279   if (attr.getNumArgs() > 1) {
 6866     if (attr.getNumArgs()) return true;
 7137   if (Attr.getNumArgs() != 1) {
 7175   if (Attr.getNumArgs() != 1) {
 7273   if (Attr.getNumArgs() != 1) {