Home | History | Annotate | Download | only in AST

Lines Matching refs:getObjCEncodingTypeSize

4687 /// getObjCEncodingTypeSize returns size of type for objective-c encoding
4689 CharUnits ASTContext::getObjCEncodingTypeSize(QualType type) const {
4734 CharUnits sz = getObjCEncodingTypeSize(PType);
4765 ParmOffset += getObjCEncodingTypeSize(PType);
4780 CharUnits sz = getObjCEncodingTypeSize(PType);
4806 ParmOffset += getObjCEncodingTypeSize(PType);
4849 CharUnits sz = getObjCEncodingTypeSize(PType);
4878 ParmOffset += getObjCEncodingTypeSize(PType);