Searched refs:getTypeInfoInChars (Results 1 – 13 of 13) sorted by relevance
256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
2118 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4191 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4676 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4808 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()5453 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()6259 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()7584 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()8214 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()9831 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()11279 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()[all …]
2110 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()2119 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
427 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
825 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
613 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
800 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
926 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2574 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
2367 TypeInfoChars getTypeInfoInChars(const Type *T) const;2368 TypeInfoChars getTypeInfoInChars(QualType T) const;
1903 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()2668 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
1848 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1868 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1883 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1891 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1892 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()2472 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()2475 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
1055 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()1056 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()