Searched refs:hasInheritedDefaultArg (Results 1 – 7 of 7) sorted by relevance
450 assert(Param->hasInheritedDefaultArg()); in ParseLexedMethodDeclaration()
1914 bool hasInheritedDefaultArg() const { in hasInheritedDefaultArg() function
1387 ParmVarDeclBits.addBit(D->hasInheritedDefaultArg()); in VisitParmVarDecl()
2969 if (!hasInheritedDefaultArg()) { in getSourceRange()
4929 ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg()); in ImportDefaultArgOfParmVarDecl()
3362 NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg()); in SubstParmVarDecl()
448 return P->hasDefaultArg() && !P->hasInheritedDefaultArg(); in functionDeclHasDefaultArgument()559 OldParam->hasInheritedDefaultArg(); /**/) { in MergeCXXFunctionDecl()