Searched refs:UDD (Results 1 – 4 of 4) sorted by relevance
97 if (auto *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in getUsingNamespaceDirectives() local99 UDD->getNominatedNamespace()->getCanonicalDecl()); in getUsingNamespaceDirectives()
180 if (const UsingDirectiveDecl *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in add() local181 D = UDD->getNominatedNamespaceAsWritten(); in add()
236 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
780 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl() argument782 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()