Searched refs:getFunctionScopeDepth (Results 1 – 9 of 9) sorted by relevance
510 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()511 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
630 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
3184 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
5944 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
5741 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
4715 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
1772 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
1219 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()