Lines Matching defs:parameterIndex
1753 void setObjCMethodScopeInfo(unsigned parameterIndex) {
1755 setParameterIndex(parameterIndex);
1758 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) {
1765 setParameterIndex(parameterIndex);
1896 void setParameterIndex(unsigned parameterIndex) {
1897 if (parameterIndex >= ParameterIndexSentinel) {
1898 setParameterIndexLarge(parameterIndex);
1902 ParmVarDeclBits.ParameterIndex = parameterIndex;
1903 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!");
1910 void setParameterIndexLarge(unsigned parameterIndex);