| MLIR
    22.0.0git
    | 
#include "mlir/Interfaces/FunctionImplementation.h"#include "mlir/IR/Builders.h"#include "mlir/IR/SymbolTable.h"#include "mlir/Interfaces/FunctionInterfaces.h"Go to the source code of this file.
| Functions | |
| static ParseResult | parseFunctionArgumentList (OpAsmParser &parser, bool allowVariadic, SmallVectorImpl< OpAsmParser::Argument > &arguments, bool &isVariadic) | 
| 
 | static | 
Definition at line 17 of file FunctionImplementation.cpp.
References mlir::AsmParser::emitError(), mlir::AsmParser::getCurrentLocation(), mlir::AsmParser::Paren, mlir::AsmParser::parseCommaSeparatedList(), mlir::OpAsmParser::parseOptionalArgument(), and mlir::AsmParser::parseOptionalEllipsis().
Referenced by mlir::function_interface_impl::parseFunctionSignatureWithArguments().