Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp6692 const auto *USY = cast<UsingShadowDecl>(Y); in isSameEntity() local
6693 return USX->getTargetDecl() == USY->getTargetDecl(); in isSameEntity()