Searched refs:hasInheritedDefaultArg (Results 1 – 7 of 7) sorted by relevance
424 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
1894 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
1185 ParmVarDeclBits.addBit(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
2981 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
461 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()576 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
2929 if (!hasInheritedDefaultArg()) { in getSourceRange()
4566 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()