Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp261 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()
1352 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()
1444 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
DCGBlocks.cpp309 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()
310 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()
370 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
391 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
DCodeGenFunction.cpp1220 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()
1279 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
DCGClass.cpp735 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
DCGObjC.cpp619 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DTargetInfo.cpp2929 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
/external/clang/include/clang/AST/
DASTContext.h1679 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1680 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp1381 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1402 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1417 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1426 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1427 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
1777 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1780 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
DRecordLayoutBuilder.cpp1710 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2310 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()