Lines Matching refs:parameterIndex
2093 void ParmVarDecl::setParameterIndexLarge(unsigned parameterIndex) {2094 getASTContext().setParameterIndex(this, parameterIndex);2095 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel;