Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp745 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() argument
746 JOS.attribute("decl", createBareDeclRef(UUT->getDecl())); in VisitUnresolvedUsingType()