Home
last modified time | relevance | path

Searched refs:ConstructorShadow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1720 if (const auto *ConstructorShadow = in VisitUsingDecl() local
1722 assert(Shadow->getDeclContext() == ConstructorShadow->getDeclContext()); in VisitUsingDecl()
1723 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()