Home
last modified time | relevance | path

Searched defs:UDD (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp92 if (auto *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in getUsingNamespaceDirectives() local
H A DFindTarget.cpp181 if (const UsingDirectiveDecl *UDD = llvm::dyn_cast<UsingDirectiveDecl>(D)) in add() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp891 VisitUsingDirectiveDecl(const UsingDirectiveDecl * UDD) VisitUsingDirectiveDecl() argument