Searched refs:VisitAccessSpecDecl (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h249 void VisitAccessSpecDecl(const AccessSpecDecl *ASD);
H A DTextNodeDumper.h355 void VisitAccessSpecDecl(const AccessSpecDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp310 void VisitAccessSpecDecl(const AccessSpecDecl *D) { function in class:__anon1593::ODRDeclVisitor
312 Inherited::VisitAccessSpecDecl(D);
H A DJSONNodeDumper.cpp901 void JSONNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *ASD) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp2077 void TextNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp483 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);
2218 ExpectedDecl ASTNodeImporter::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp123 void VisitAccessSpecDecl(AccessSpecDecl *D);
1442 void ASTDeclWriter::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp395 void VisitAccessSpecDecl(AccessSpecDecl *D);
2004 void ASTDeclReader::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTDeclReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp957 Decl *TemplateDeclInstantiator::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:TemplateDeclInstantiator

Completed in 234 milliseconds