Lines Matching defs:Parm
177 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl);
179 Parm ? dyn_cast<FunctionDecl>(Parm->getDeclContext()) : nullptr;
183 Func->getNumParams() - Parm->getFunctionScopeIndex();
1911 if (const ParmVarDecl *Parm
1914 = dyn_cast<FunctionDecl>(Parm->getDeclContext())) {
1916 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex();
1943 if (const ParmVarDecl *Parm
1946 = dyn_cast<FunctionDecl>(Parm->getDeclContext())) {
1948 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex();