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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h258 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
H A DTextNodeDumper.h346 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp95 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
484 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { function in class:USRGenerator
H A DIndexDecl.cpp323 // handled in VisitObjCPropertyImplDecl
518 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { function in class:__anon3074::IndexingDeclVisitor
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp97 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1557 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { function in class:DeclPrinter
H A DTextNodeDumper.cpp1955 void TextNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp1029 void JSONNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { function in class:JSONNodeDumper
H A DASTImporter.cpp540 ExpectedDecl VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
5031 ASTNodeImporter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp149 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
900 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp442 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1322 void ASTDeclReader::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { function in class:ASTDeclReader

Completed in 126 milliseconds