Home | History | Annotate | Download | only in Sema

Lines Matching defs:HP

225   bool HP = hasFunctionProto(D);
227 bool IV = HP && isFunctionOrMethodVariadic(D);
229 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;