Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h364 void VisitObjCIvarDecl(const ObjCIvarDecl *D);
DJSONNodeDumper.h255 void VisitObjCIvarDecl(const ObjCIvarDecl *D);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexDecl.cpp326 bool VisitObjCIvarDecl(const ObjCIvarDecl *D) { in VisitObjCIvarDecl() function in __anona91e35e90111::IndexingDeclVisitor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp143 void VisitObjCIvarDecl(ObjCIvarDecl *D);
792 void ASTDeclWriter::VisitObjCIvarDecl(ObjCIvarDecl *D) { in VisitObjCIvarDecl() function in ASTDeclWriter
DASTReaderDecl.cpp440 void VisitObjCIvarDecl(ObjCIvarDecl *D);
1192 void ASTDeclReader::VisitObjCIvarDecl(ObjCIvarDecl *IVD) { in VisitObjCIvarDecl() function in ASTDeclReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp956 void JSONNodeDumper::VisitObjCIvarDecl(const ObjCIvarDecl *D) { in VisitObjCIvarDecl() function in JSONNodeDumper
DTextNodeDumper.cpp2181 void TextNodeDumper::VisitObjCIvarDecl(const ObjCIvarDecl *D) { in VisitObjCIvarDecl() function in TextNodeDumper
DASTImporter.cpp519 ExpectedDecl VisitObjCIvarDecl(ObjCIvarDecl *D);
3943 ExpectedDecl ASTNodeImporter::VisitObjCIvarDecl(ObjCIvarDecl *D) { in VisitObjCIvarDecl() function in ASTNodeImporter