Home | History | Annotate | Download | only in Sema

Lines Matching defs:HP

271   bool HP = hasFunctionProto(D);
273 bool IV = HP && isFunctionOrMethodVariadic(D);
275 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;