Searched refs:parmDepth (Results 1 – 1 of 1) sorted by relevance
3969 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam() local3975 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()3976 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()