Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgSize

4349   uint64_t ArgSize = Context.getTypeSize(ArgType);
4353 if (Context.getTypeSize(ParamType) >= ArgSize) {