Searched refs:UUT (Results 1 – 3 of 3) sorted by relevance
219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
384 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in add()385 Outer.add(UUT->getDecl(), Flags); in add()
659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() argument660 JOS.attribute("decl", createBareDeclRef(UUT->getDecl())); in VisitUnresolvedUsingType()