Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp947 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
2098 llvm::DIType *T = getTypeOrNull(Ty); in completeRequiredType()
2105 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0))); in CreateType()
2785 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull() function in CGDebugInfo
2824 if (auto *T = getTypeOrNull(Ty)) in getOrCreateType()
2958 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy)); in getOrCreateLimitedType()
2993 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
3860 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
H A DCGDebugInfo.h195 llvm::DIType *getTypeOrNull(const QualType);