Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeOrNull

694   if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD)))
1506 llvm::DIType *T = getTypeOrNull(Ty);
1574 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0)));
2149 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) {
2182 if (auto *T = getTypeOrNull(Ty))
2310 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy));
2345 getTypeOrNull(CGM.getContext().getRecordType(RD)));
3057 llvm::DIType *CachedTy = getTypeOrNull(QualTy);