Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp97 if (auto *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in getUsingNamespaceDirectives() local
99 UDD->getNominatedNamespace()->getCanonicalDecl()); in getUsingNamespaceDirectives()
H A DFindTarget.cpp180 if (const UsingDirectiveDecl *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in add() local
181 D = UDD->getNominatedNamespaceAsWritten(); in add()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h236 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp780 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { in VisitUsingDirectiveDecl() argument
782 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()