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

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

Completed in 817 milliseconds