Home
last modified time | relevance | path

Searched refs:getTypeOrNull (Results 1 – 5 of 5) 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);
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1031 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl()
2371 llvm::DIType *T = getTypeOrNull(Ty); in completeRequiredType()
2378 llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0))); in CreateType()
3128 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull() function in CGDebugInfo
3174 if (auto *T = getTypeOrNull(Ty)) in getOrCreateType()
3312 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy)); in getOrCreateLimitedType()
3347 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType()
4333 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
DCGDebugInfo.h216 llvm::DIType *getTypeOrNull(const QualType);
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...