Searched refs:getFunctionScopeIndex (Results 1 – 16 of 16) sorted by relevance
517 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()642 unsigned Idx = Param->getFunctionScopeIndex() + 1; in VisitNode()
1480 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()1509 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()3970 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
1658 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
2122 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
703 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
274 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
1703 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()2753 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
3673 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()3674 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()3701 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()3702 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()3771 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()3772 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
255 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr()257 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr()
4694 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()4711 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()4909 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
3936 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
2533 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
2211 PVD->getFunctionScopeIndex())) in EmitFunctionProlog()3155 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
2202 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
1430 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
966 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()