Home
last modified time | relevance | path

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

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