Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1507 if (const auto *ConstructorShadow = in VisitUsingDecl() local
1509 assert(Shadow->getDeclContext() == ConstructorShadow->getDeclContext()); in VisitUsingDecl()
1510 Out << *ConstructorShadow->getNominatedBaseClass(); in VisitUsingDecl()