Home | History | Annotate | Download | only in AST

Lines Matching refs:NumArgs

878   unsigned NumArgs : NumArgsBitWidth;
882 NumArgs = Num;
918 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs)
921 setNumArgs(NumArgs);
1003 unsigned NumArgs,
1130 /// \param NumArgs The number of message arguments, not including
1133 unsigned NumArgs,
1284 unsigned getNumArgs() const { return NumArgs; }
1297 assert(Arg < NumArgs && "Arg access out of range!");
1301 assert(Arg < NumArgs && "Arg access out of range!");
1306 assert(Arg < NumArgs && "Arg access out of range!");
1373 return reinterpret_cast<Stmt **>(getArgs() + NumArgs);
1379 return reinterpret_cast<Stmt const * const*>(getArgs() + NumArgs);