Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:ArgNames

624   std::vector<std::string> ArgNames;
626 ArgNames.push_back(IdentifierStr);
634 if (Kind && ArgNames.size() != Kind)
637 return llvm::make_unique<PrototypeAST>(FnName, ArgNames, Kind != 0,