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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h217 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp622 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { argument
623 JOS.attribute("decl", createBareDeclRef(UUT->getDecl()));

Completed in 106 milliseconds