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

References

tools/clang/lib/AST/DeclCXX.cpp
  294           if (!VBaseDecl->hasCopyConstructorWithConstParam())
  342       if (!BaseClassDecl->hasCopyConstructorWithConstParam())
  399       if (!BaseClassDecl->hasCopyConstructorWithConstParam())
 1257         if (!FieldRec->hasCopyConstructorWithConstParam())
tools/clang/lib/AST/JSONNodeDumper.cpp
  349   FIELD2("hasConstParam", hasCopyConstructorWithConstParam);
tools/clang/lib/AST/TextNodeDumper.cpp
 1582       FLAG(hasCopyConstructorWithConstParam, has_const_param);