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

References

tools/clang/lib/AST/ExprConstant.cpp
 4925       auto *Inherited = CD->getInheritedConstructor().getConstructor();
 4935         << CD->getInheritedConstructor().getConstructor()->getParent();
tools/clang/lib/AST/Interp/Interp.cpp
  351         auto *Inherited = CD->getInheritedConstructor().getConstructor();
  361           << CD->getInheritedConstructor().getConstructor()->getParent();
tools/clang/lib/AST/ItaniumMangle.cpp
  730       FD = Inherited.getConstructor();
 1427       InheritedFrom = Inherited.getConstructor()->getParent();
 1429           Inherited.getConstructor()->getTemplateSpecializationArgs();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7240       cast<CXXConstructorDecl>(MD)->getInheritedConstructor().getConstructor();
11558                                .getConstructor(),
11655       Constructor->getInheritedConstructor().getConstructor();
tools/clang/lib/Sema/SemaExpr.cpp
  259             << Ctor->getInheritedConstructor().getConstructor()->getParent();
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2990           !isSameEntity(CtorX->getInheritedConstructor().getConstructor(),
 2991                         CtorY->getInheritedConstructor().getConstructor()))
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1359     Record.AddDeclRef(Inherited.getConstructor());