Searched refs:getFunctionScopeDepth (Results 1 – 9 of 9) sorted by relevance
480 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()481 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
5710 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
4631 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
1799 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
1181 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()
2995 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
2639 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
5847 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()