Home | History | Annotate | Download | only in Serialization

Lines Matching defs:ResultType

5362     QualType ResultType = readType(*Loc.F, Record, Idx);
5365 return Context.getFunctionNoProtoType(ResultType, Info);
5369 QualType ResultType = readType(*Loc.F, Record, Idx);
5403 return Context.getFunctionType(ResultType, ParamTypes, EPI);