clang 20.0.0git
Macros | Functions
CIRTypes.cpp File Reference
#include "clang/CIR/Dialect/IR/CIRTypes.h"
#include "mlir/IR/DialectImplementation.h"
#include "clang/CIR/Dialect/IR/CIRDialect.h"
#include "llvm/ADT/TypeSwitch.h"
#include "clang/CIR/Dialect/IR/CIROpsTypes.cpp.inc"

Go to the source code of this file.

Macros

#define GET_TYPEDEF_CLASSES
 
#define GET_TYPEDEF_LIST
 

Functions

static mlir::ParseResult parseFuncTypeArgs (mlir::AsmParser &p, llvm::SmallVector< mlir::Type > &params, bool &isVarArg)
 
static void printFuncTypeArgs (mlir::AsmPrinter &p, mlir::ArrayRef< mlir::Type > params, bool isVarArg)
 

Macro Definition Documentation

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 33 of file CIRTypes.cpp.

◆ GET_TYPEDEF_LIST

#define GET_TYPEDEF_LIST

Function Documentation

◆ parseFuncTypeArgs()

mlir::ParseResult parseFuncTypeArgs ( mlir::AsmParser &  p,
llvm::SmallVector< mlir::Type > &  params,
bool isVarArg 
)
static

Definition at line 334 of file CIRTypes.cpp.

◆ printFuncTypeArgs()

void printFuncTypeArgs ( mlir::AsmPrinter &  p,
mlir::ArrayRef< mlir::Type params,
bool  isVarArg 
)
static

Definition at line 366 of file CIRTypes.cpp.