Home | History | Annotate | Download | only in initial

Lines Matching refs:ArgNames

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