Home | History | Annotate | Download | only in AST

Lines Matching refs:Num

890   void setNumArgs(unsigned Num) {
891 assert((Num >> NumArgsBitWidth) == 0 && "Num of args is out of range!");
892 NumArgs = Num;