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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h257 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
H A DTextNodeDumper.h362 void VisitObjCProtocolDecl(const ObjCProtocolDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp92 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
1357 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { function in class:DeclPrinter
H A DJSONNodeDumper.cpp964 void JSONNodeDumper::VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp2158 void TextNodeDumper::VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp511 ExpectedDecl VisitObjCProtocolDecl(ObjCProtocolDecl *D);
4365 ExpectedDecl ASTNodeImporter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp423 bool VisitObjCProtocolDecl(const ObjCProtocolDecl *D) { function in class:__anon1942::IndexingDeclVisitor
H A DUSRGeneration.cpp840 VisitObjCProtocolDecl(Prot);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp142 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
811 void ASTDeclWriter::VisitObjCProtocolDecl(ObjCProtocolDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp435 void VisitObjCProtocolDecl(ObjCProtocolDecl *D);
1210 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { function in class:ASTDeclReader

Completed in 213 milliseconds