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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h245 void VisitAccessSpecDecl(const AccessSpecDecl *ASD);
H A DTextNodeDumper.h334 void VisitAccessSpecDecl(const AccessSpecDecl *D);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp310 void VisitAccessSpecDecl(const AccessSpecDecl *D) { function in class:__anon2735::ODRDeclVisitor
312 Inherited::VisitAccessSpecDecl(D);
H A DTextNodeDumper.cpp1803 void TextNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp893 void JSONNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *ASD) { function in class:JSONNodeDumper
H A DASTImporter.cpp494 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);
2217 ExpectedDecl ASTNodeImporter::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp122 void VisitAccessSpecDecl(AccessSpecDecl *D);
1432 void ASTDeclWriter::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp394 void VisitAccessSpecDecl(AccessSpecDecl *D);
1979 void ASTDeclReader::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:ASTDeclReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp961 Decl *TemplateDeclInstantiator::VisitAccessSpecDecl(AccessSpecDecl *D) { function in class:TemplateDeclInstantiator

Completed in 242 milliseconds