MLIR  21.0.0git
Functions
FunctionImplementation.cpp File Reference
#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)
 

Function Documentation

◆ parseFunctionArgumentList()

static ParseResult parseFunctionArgumentList ( OpAsmParser parser,
bool  allowVariadic,
SmallVectorImpl< OpAsmParser::Argument > &  arguments,
bool &  isVariadic 
)
static