Home
last modified time | relevance | path

Searched refs:VisitUnresolvedUsingType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h314 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp1102 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in __anonfecede4a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1540 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in TextNodeDumper
H A DASTImporter.cpp391 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1341 ExpectedType ASTNodeImporter::VisitUnresolvedUsingType( in VisitUnresolvedUsingType() function in ASTNodeImporter
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp384 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in add() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6118 bool UnnamedLocalNoLinkageFinder::VisitUnresolvedUsingType( in VisitUnresolvedUsingType() function in UnnamedLocalNoLinkageFinder