Lines Matching defs:arg_list
143 ArgList::ArgList(const std::vector<std::string>& arg_list) { in ArgList()
149 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) in ArgList()
152 ArgList::ArgList(ArgList&& arg_list) noexcept : arguments_(std::move(arg_list.arguments_)) {} in ArgList() function in android::aidl::cpp::ArgList
167 ArgList&& arg_list) in ConstructorDecl()
172 ArgList&& arg_list, in ConstructorDecl()
195 MacroDecl::MacroDecl(const std::string& name, ArgList&& arg_list) in MacroDecl()
205 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl()
209 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl()
278 ArgList&& arg_list, in ConstructorImpl()
308 ArgList&& arg_list, bool is_const_method) in MethodImpl()
386 ArgList&& arg_list) in MethodCall()