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