Searched refs:VisitNamespaceDecl (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h233 void VisitNamespaceDecl(const NamespaceDecl *ND);
H A DTextNodeDumper.h336 void VisitNamespaceDecl(const NamespaceDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp88 void VisitNamespaceDecl(const NamespaceDecl *D);
361 void USRGenerator::VisitNamespaceDecl(const NamespaceDecl *D) { function in class:USRGenerator
H A DIndexDecl.cpp577 bool VisitNamespaceDecl(const NamespaceDecl *D) { function in class:__anon1942::IndexingDeclVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp77 void VisitNamespaceDecl(NamespaceDecl *D);
933 void DeclPrinter::VisitNamespaceDecl(NamespaceDecl *D) { function in class:DeclPrinter
H A DJSONNodeDumper.cpp724 void JSONNodeDumper::VisitNamespaceDecl(const NamespaceDecl *ND) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp1787 void TextNodeDumper::VisitNamespaceDecl(const NamespaceDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp486 ExpectedDecl VisitNamespaceDecl(NamespaceDecl *D);
2271 ExpectedDecl ASTNodeImporter::VisitNamespaceDecl(NamespaceDecl *D) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp64 void VisitNamespaceDecl(NamespaceDecl *D);
1237 void ASTDeclWriter::VisitNamespaceDecl(NamespaceDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp320 void VisitNamespaceDecl(NamespaceDecl *D);
1582 void ASTDeclReader::VisitNamespaceDecl(NamespaceDecl *D) { function in class:ASTDeclReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp714 TemplateDeclInstantiator::VisitNamespaceDecl(NamespaceDecl *D) { function in class:TemplateDeclInstantiator

Completed in 240 milliseconds