reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 3814   ToParam->setHasInheritedDefaultArg(FromParam->hasInheritedDefaultArg());
tools/clang/lib/AST/Decl.cpp
 2681   if (!hasInheritedDefaultArg()) {
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  372       assert(Param->hasInheritedDefaultArg());
tools/clang/lib/Sema/SemaDeclCXX.cpp
  426     if (!PVD->hasInheritedDefaultArg())
  543            OldParam->hasInheritedDefaultArg(); /**/) {
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1890   NewParm->setHasInheritedDefaultArg(OldParm->hasInheritedDefaultArg());
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1064   Record.push_back(D->hasInheritedDefaultArg());
 1089       !D->hasInheritedDefaultArg() &&