Home | History | Annotate | Download | only in AST

Lines Matching refs:getObjCEncodingTypeSize

4553 /// getObjCEncodingTypeSize returns size of type for objective-c encoding
4555 CharUnits ASTContext::getObjCEncodingTypeSize(QualType type) const {
4600 CharUnits sz = getObjCEncodingTypeSize(PType);
4631 ParmOffset += getObjCEncodingTypeSize(PType);
4646 CharUnits sz = getObjCEncodingTypeSize(PType);
4672 ParmOffset += getObjCEncodingTypeSize(PType);
4715 CharUnits sz = getObjCEncodingTypeSize(PType);
4744 ParmOffset += getObjCEncodingTypeSize(PType);