Home | History | Annotate | Download | only in complete

Lines Matching refs:ArgNames

603   std::vector<std::string> ArgNames;
605 ArgNames.push_back(IdentifierStr);
613 if (Kind && ArgNames.size() != Kind)
616 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);