Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1619 if (const auto *ConstructorShadow = in VisitUsingDecl() local
1621 assert(Shadow->getDeclContext() == ConstructorShadow->getDeclContext()); in VisitUsingDecl()
1622 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()