Home | History | Annotate | Download | only in complete

Lines Matching refs:ArgNames

608   std::vector<std::string> ArgNames;
610 ArgNames.push_back(IdentifierStr);
618 if (Kind && ArgNames.size() != Kind)
621 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);