clang 20.0.0git
Public Member Functions | List of all members
cir::CIRBaseBuilderTy Class Reference

#include "clang/CIR/Dialect/Builder/CIRBaseBuilder.h"

Inheritance diagram for cir::CIRBaseBuilderTy:
Inheritance graph
[legend]

Public Member Functions

 CIRBaseBuilderTy (mlir::MLIRContext &mlirContext)
 
cir::PointerType getPointerTo (mlir::Type ty)
 
cir::PointerType getVoidPtrTy ()
 

Detailed Description

Definition at line 16 of file CIRBaseBuilder.h.

Constructor & Destructor Documentation

◆ CIRBaseBuilderTy()

cir::CIRBaseBuilderTy::CIRBaseBuilderTy ( mlir::MLIRContext &  mlirContext)
inline

Definition at line 19 of file CIRBaseBuilder.h.

Member Function Documentation

◆ getPointerTo()

cir::PointerType cir::CIRBaseBuilderTy::getPointerTo ( mlir::Type  ty)
inline

Definition at line 22 of file CIRBaseBuilder.h.

Referenced by clang::CIRGen::CIRGenTypes::convertType(), and getVoidPtrTy().

◆ getVoidPtrTy()

cir::PointerType cir::CIRBaseBuilderTy::getVoidPtrTy ( )
inline

Definition at line 26 of file CIRBaseBuilder.h.

References getPointerTo().


The documentation for this class was generated from the following file: