Searched refs:UDD (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h234 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp732 void JSONNodeDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *UDD) { argument
734 createBareDeclRef(UDD->getNominatedNamespace()));

Completed in 165 milliseconds