Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:ArgNames

559   std::vector<std::string> ArgNames;
561 ArgNames.push_back(IdentifierStr);
569 if (Kind && ArgNames.size() != Kind)
572 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);