Home
last modified time | relevance | path

Searched refs:getTypeOrNull (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1063 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
2418 llvm::DIType *T = getTypeOrNull(Ty); in completeRequiredType()
2425 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0))); in CreateType()
3186 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull() function in CGDebugInfo
3227 if (auto *T = getTypeOrNull(Ty)) in getOrCreateType()
3365 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy)); in getOrCreateLimitedType()
3405 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
4440 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
H A DCGDebugInfo.h225 llvm::DIType *getTypeOrNull(const QualType);