Lines Matching refs:getParamDecl
1163 ParmVarDecl *Param = FD->getParamDecl(P); in ActOnReenterFunctionContext()
2459 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
3108 ParmVarDecl *OldParm = Old->getParamDecl(Idx); in MergeFunctionDecl()
3109 ParmVarDecl *NewParm = New->getParamDecl(Idx); in MergeFunctionDecl()
3206 ParmVarDecl *NewParam = New->getParamDecl(i); in MergeCompatibleFunctionDecls()
3207 ParmVarDecl *OldParam = Old->getParamDecl(i); in MergeCompatibleFunctionDecls()
4561 QualType DeclParamTy = Declaration->getParamDecl(Idx)->getType(); in hasSimilarParameters()
4562 QualType DefParamTy = Definition->getParamDecl(Idx)->getType(); in hasSimilarParameters()
7003 ParmVarDecl *FDParam = FD->getParamDecl(Idx-1); in DiagnoseInvalidRedeclaration()
7009 << NewFD->getParamDecl(Idx - 1)->getType(); in DiagnoseInvalidRedeclaration()
11431 FD->getParamDecl(FormatIdx)->getType()->isObjCObjectPointerType()) in AddKnownFunctionAttributes()