Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp256 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()
1335 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()
1427 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
DCGBlocks.cpp303 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()
304 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()
364 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
385 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
DCodeGenFunction.cpp1146 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()
1204 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
DCGObjC.cpp628 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DTargetInfo.cpp2656 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
/external/clang/include/clang/AST/
DASTContext.h1664 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1665 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp1377 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1398 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1413 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1422 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1423 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
1754 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1757 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
DRecordLayoutBuilder.cpp1686 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2269 Context.getTypeInfoInChars(FD->getType()); in getAdjustedElementInfo()