Searched defs:VisitRecordDecl (Results 1 – 13 of 13) sorted by relevance
59 bool MapASTVisitor::VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } VisitRecordDecl() function in clang::doc::MapASTVisitor
53 bool VisitRecordDecl(const RecordDecl *RD) { checkASTDecl() function
59 bool VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl() function in clang::doc::ClangDocSerializeTestVisitor
287 bool VisitRecordDecl(RecordDecl *Decl) { return VisitDeclHelper(Decl); } TEST() function
549 bool ExtractAPIVisitorBase<Derived>::VisitRecordDecl(const RecordDecl *Decl) { VisitRecordDecl() function
594 void DeclPrinter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in DeclPrinter
996 void JSONNodeDumper::VisitRecordDecl(const RecordDecl *RD) { VisitRecordDecl() function in JSONNodeDumper
2079 void TextNodeDumper::VisitRecordDecl(const RecordDecl *D) { VisitRecordDecl() function in TextNodeDumper
3018 ExpectedDecl ASTNodeImporter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTNodeImporter
563 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTDeclWriter
865 void ASTDeclReader::VisitRecordDecl(RecordDecl *RD) { VisitRecordDecl() function in ASTDeclReader
3832 Decl *TemplateDeclInstantiator::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in TemplateDeclInstantiator