Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp720 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
1611 llvm::DIType *T = getTypeOrNull(Ty); in completeRequiredType()
1694 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0))); in CreateType()
2313 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull() function in CGDebugInfo
2346 if (auto *T = getTypeOrNull(Ty)) in getOrCreateType()
2481 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy)); in getOrCreateLimitedType()
2516 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
3256 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
DCGDebugInfo.h179 llvm::DIType *getTypeOrNull(const QualType);