Searched refs:hasInheritedDefaultArg (Results 1 – 7 of 7) sorted by relevance
468 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
1867 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
1223 ParmVarDeclBits.addBit(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
3167 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
451 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()562 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()
2931 if (!hasInheritedDefaultArg()) { in getSourceRange()
4650 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()