Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1615 if (const auto *ConstructorShadow = in VisitUsingDecl() local
1617 assert(Shadow->getDeclContext() == ConstructorShadow->getDeclContext()); in VisitUsingDecl()
1618 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()