Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1340 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
3030 llvm::DIType *T = getTypeOrNull(Ty); in completeRequiredType()
3037 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0))); in CreateType()
3894 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull() function in CGDebugInfo
3936 if (auto *T = getTypeOrNull(Ty)) in getOrCreateType()
4083 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy)); in getOrCreateLimitedType()
4123 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
5343 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
H A DCGDebugInfo.h259 llvm::DIType *getTypeOrNull(const QualType);