reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
326 assert(isFunctionOrMethodOrBlock(D)); 330 bool HP = hasFunctionProto(D); 331 bool HasImplicitThisParam = isInstanceMethod(D); 332 bool IV = HP && isFunctionOrMethodVariadic(D); 334 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; 359 Idx = ParamIdx(IdxSource, D);