Searched refs:VisitObjCIvarDecl (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h252 void VisitObjCIvarDecl(const ObjCIvarDecl *D);
H A DTextNodeDumper.h357 void VisitObjCIvarDecl(const ObjCIvarDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp326 bool VisitObjCIvarDecl(const ObjCIvarDecl *D) { function in class:__anon1942::IndexingDeclVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp910 void JSONNodeDumper::VisitObjCIvarDecl(const ObjCIvarDecl *D) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp2087 void TextNodeDumper::VisitObjCIvarDecl(const ObjCIvarDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp504 ExpectedDecl VisitObjCIvarDecl(ObjCIvarDecl *D);
3783 ExpectedDecl ASTNodeImporter::VisitObjCIvarDecl(ObjCIvarDecl *D) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp141 void VisitObjCIvarDecl(ObjCIvarDecl *D);
790 void ASTDeclWriter::VisitObjCIvarDecl(ObjCIvarDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp434 void VisitObjCIvarDecl(ObjCIvarDecl *D);
1181 void ASTDeclReader::VisitObjCIvarDecl(ObjCIvarDecl *IVD) { function in class:ASTDeclReader

Completed in 215 milliseconds