Searched refs:VisitObjCProtocolDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h253 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
H A DTextNodeDumper.h341 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp92 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
1384 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { function in class:DeclPrinter
H A DTextNodeDumper.cpp1884 void TextNodeDumper::VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp956 void JSONNodeDumper::VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:JSONNodeDumper
H A DASTImporter.cpp522 ExpectedDecl VisitObjCProtocolDecl(ObjCProtocolDecl *D);
4322 ExpectedDecl ASTNodeImporter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) { function in class:ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp838 VisitObjCProtocolDecl(Prot);
H A DIndexDecl.cpp418 bool VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:__anon540::IndexingDeclVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp141 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
810 void ASTDeclWriter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp434 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
1205 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { function in class:ASTDeclReader

Completed in 384 milliseconds