Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1602 if (const auto *ConstructorShadow = in VisitUsingDecl() local
1604 assert(Shadow->getDeclContext() == ConstructorShadow->getDeclContext()); in VisitUsingDecl()
1605 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()