Home
last modified time | relevance | path

Searched refs:getTypeInfoInChars (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp220 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/external/clang/lib/CodeGen/
DTargetInfo.cpp559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
733 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
1722 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3478 getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3555 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
3653 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
3793 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4338 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4722 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg()
4831 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()
[all …]
DCGExprAgg.cpp1500 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
1512 LastElementTypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
DCGAtomic.cpp667 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
DCGBlocks.cpp356 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
DCGClass.cpp879 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
DCGObjC.cpp678 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DCGCall.cpp1978 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/external/clang/include/clang/AST/
DASTContext.h1846 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1847 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp1450 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1471 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1486 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1495 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1496 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
1870 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1873 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
DRecordLayoutBuilder.cpp1739 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2356 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()