Home | History | Annotate | Download | only in AST

Lines Matching refs:Parm

360   void mangleFunctionParam(const ParmVarDecl *parm);
1286 if (const ParmVarDecl *Parm
1289 = dyn_cast<FunctionDecl>(Parm->getDeclContext())) {
1291 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex();
2964 void CXXNameMangler::mangleFunctionParam(const ParmVarDecl *parm) {
2965 unsigned parmDepth = parm->getFunctionScopeDepth();
2966 unsigned parmIndex = parm->getFunctionScopeIndex();
2986 assert(!parm->getType()->isArrayType()
2988 mangleQualifiers(parm->getType().getQualifiers());