Lines Matching defs:Ty

606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {  in CreateType()
617 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
684 static SmallString<256> getUniqueTagTypeName(const TagType *Ty, in getUniqueTagTypeName()
717 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
747 const Type *Ty, in CreatePointerLikeType()
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
904 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
957 QualType Ty = BitFieldDecl->getType(); in createBitFieldType() local
1583 QualType Ty = CGM.getContext().getEnumType(ED); in completeType() local
1610 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() local
1619 QualType Ty = CGM.getContext().getRecordType(RD); in completeClassData() local
1692 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
1705 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
1763 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
1793 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
1887 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
2048 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
2066 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
2118 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
2124 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
2130 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
2171 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
2177 llvm::DIType* CGDebugInfo::CreateType(const PipeType *Ty, in CreateType()
2182 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
2226 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
2313 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
2339 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
2394 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
2477 llvm::DICompositeType *CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty, in getOrCreateLimitedType()
2503 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
2598 llvm::DIType *Ty = DBuilder.createMemberType(Unit, Name, Unit, 0, FieldSize, in CreateMemberType() local
3133 llvm::DIType *Ty; in EmitDeclare() local
3255 llvm::DIType *Ty) { in CreateSelfType()
3277 llvm::DIType *Ty; in EmitDeclareOfBlockDeclRefVariable() local
3585 llvm::DIType *Ty = getOrCreateType(VD->getType(), Unit); in EmitGlobalVariable() local
3721 llvm::DIType *Ty = E.Type->getDecl()->getDefinition() in finalize() local
3729 auto *Ty = cast<llvm::DIType>(p.second); in finalize() local
3766 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()