Home
last modified time | relevance | path

Searched defs:convertType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp272 mlir::Type CIRGenTypes::convertType(QualType type) { in convertType() function in CIRGenTypes
H A DCIRGenFunction.cpp97 mlir::Type CIRGenFunction::convertType(QualType t) { in convertType() function in clang::CIRGen::CIRGenFunction
H A DCIRGenExprConstant.cpp271 mlir::Type convertType(QualType t) { return cgm.convertType(t); } in convertType() function in ConstExprEmitter
H A DCIRGenFunction.h108 mlir::Type convertType(const TypeDecl *t) { in convertType() function
H A DCIRGenModule.cpp1924 mlir::Type CIRGenModule::convertType(QualType type) { in convertType() function in CIRGenModule