Searched defs:convertType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ | ||
| H A D | CIRGenTypes.cpp | 272 mlir::Type CIRGenTypes::convertType(QualType type) { in convertType() function in CIRGenTypes |
| H A D | CIRGenFunction.cpp | 97 mlir::Type CIRGenFunction::convertType(QualType t) { in convertType() function in clang::CIRGen::CIRGenFunction |
| H A D | CIRGenExprConstant.cpp | 271 mlir::Type convertType(QualType t) { return cgm.convertType(t); } in convertType() function in ConstExprEmitter |
| H A D | CIRGenFunction.h | 108 mlir::Type convertType(const TypeDecl *t) { in convertType() function |
| H A D | CIRGenModule.cpp | 1924 mlir::Type CIRGenModule::convertType(QualType type) { in convertType() function in CIRGenModule |