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