Searched refs:DeclParamTy (Results 1 – 1 of 1) sorted by relevance
4143 QualType DeclParamTy = Declaration->getParamDecl(Idx)->getType(); in hasSimilarParameters() local4147 if (Context.hasSameType(DefParamTy, DeclParamTy)) in hasSimilarParameters()4150 QualType DeclParamBaseTy = getCoreType(DeclParamTy); in hasSimilarParameters()