Home | History | Annotate | Download | only in AST

Lines Matching full:numparams

174   unsigned NumParams;
199 return reinterpret_cast<SourceLocation*>(getParams() + NumParams);
202 return reinterpret_cast<const SourceLocation*>(getParams() + NumParams);
246 ParamsAndSelLocs(0), NumParams(0),
318 NumParams),
354 unsigned param_size() const { return NumParams; }
358 param_const_iterator param_end() const { return getParams() + NumParams; }
360 param_iterator param_end() { return getParams() + NumParams; }