Home
last modified time | relevance | path

Searched defs:VisitUnresolvedUsingTypenameDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp651 bool VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { in VisitUnresolvedUsingTypenameDecl() function in __anon750ec4040111::IndexingDeclVisitor
H A DUSRGeneration.cpp1092 void USRGenerator::VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl *D) { VisitUnresolvedUsingTypenameDecl() function in USRGenerator
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1735 DeclPrinter::VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { VisitUnresolvedUsingTypenameDecl() function in DeclPrinter
H A DTextNodeDumper.cpp2631 void TextNodeDumper::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in TextNodeDumper
H A DASTImporter.cpp5370 ExpectedDecl ASTNodeImporter::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1490 void ASTDeclWriter::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1959 void ASTDeclReader::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3546 Decl *TemplateDeclInstantiator::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in TemplateDeclInstantiator
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1289 bool CursorVisitor::VisitUnresolvedUsingTypenameDecl( VisitUnresolvedUsingTypenameDecl() function in CursorVisitor