Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h281 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp1017 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in __anondc2745e90211::ODRTypeVisitor
H A DTextNodeDumper.cpp1114 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in TextNodeDumper
H A DASTImporter.cpp340 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1224 ExpectedType ASTNodeImporter::VisitUnresolvedUsingType( in VisitUnresolvedUsingType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp334 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType() function in ASTTypeWriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5413 bool UnnamedLocalNoLinkageFinder::VisitUnresolvedUsingType( in VisitUnresolvedUsingType() function in UnnamedLocalNoLinkageFinder