Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp384 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in add()
385 Outer.add(UUT->getDecl(), Flags); in add()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() argument
660 JOS.attribute("decl", createBareDeclRef(UUT->getDecl())); in VisitUnresolvedUsingType()