Lines Matching defs:Parm
179 const ParmVarDecl *Parm = dyn_cast_or_null<ParmVarDecl>(LambdaContextDecl);
181 Parm ? dyn_cast<FunctionDecl>(Parm->getDeclContext()) : nullptr;
185 Func->getNumParams() - Parm->getFunctionScopeIndex();
1891 if (const ParmVarDecl *Parm
1894 = dyn_cast<FunctionDecl>(Parm->getDeclContext())) {
1896 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex();
1923 if (const ParmVarDecl *Parm
1926 = dyn_cast<FunctionDecl>(Parm->getDeclContext())) {
1928 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex();