Home
last modified time | relevance | path

Searched defs:VisitNamespaceDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp592 bool VisitNamespaceDecl(const NamespaceDecl *D) { in VisitNamespaceDecl() function in __anonf98b47a30111::IndexingDeclVisitor
H A DUSRGeneration.cpp372 void USRGenerator::VisitNamespaceDecl(const NamespaceDecl *D) { VisitNamespaceDecl() function in USRGenerator
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h477 bool ExtractAPIVisitorBase<Derived>::VisitNamespaceDecl( VisitNamespaceDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1096 void DeclPrinter::VisitNamespaceDecl(NamespaceDecl *D) { VisitNamespaceDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp849 void JSONNodeDumper::VisitNamespaceDecl(const NamespaceDecl *ND) { VisitNamespaceDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2132 void TextNodeDumper::VisitNamespaceDecl(const NamespaceDecl *D) { VisitNamespaceDecl() function in TextNodeDumper
H A DASTImporter.cpp2522 ExpectedDecl ASTNodeImporter::VisitNamespaceDecl(NamespaceDecl *D) { VisitNamespaceDecl() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1328 void ASTDeclWriter::VisitNamespaceDecl(NamespaceDecl *D) { VisitNamespaceDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1834 void ASTDeclReader::VisitNamespaceDecl(NamespaceDecl *D) { VisitNamespaceDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp962 TemplateDeclInstantiator::VisitNamespaceDecl(NamespaceDecl *D) { VisitNamespaceDecl() function in TemplateDeclInstantiator