Searched refs:hasInheritedDefaultArg (Results 1 – 14 of 14) sorted by relevance
384 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
407 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
969 Record.push_back(D->hasInheritedDefaultArg()); in VisitParmVarDecl()994 !D->hasInheritedDefaultArg() && in VisitParmVarDecl()
1093 Record.push_back(D->hasInheritedDefaultArg()); in VisitParmVarDecl()1116 !D->hasInheritedDefaultArg() && in VisitParmVarDecl()
1505 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
1688 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
425 if (!PVD->hasInheritedDefaultArg()) in functionDeclHasDefaultArgument()542 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
1747 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
2438 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
442 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()557 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
2352 if (!hasInheritedDefaultArg()) { in getSourceRange()
3538 ToParm->setHasInheritedDefaultArg(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
2727 if (!hasInheritedDefaultArg()) { in getSourceRange()
4045 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()