| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Mapper.h | 38 bool VisitRecordDecl(const RecordDecl *D);
|
| H A D | Mapper.cpp | 59 bool MapASTVisitor::VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl() function in clang::doc::MapASTVisitor
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | NoUncountedMembersChecker.cpp | 58 bool VisitRecordDecl(const RecordDecl *RD) { in checkASTDecl() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 53 bool VisitRecordDecl(const RecordDecl *RD) { in checkASTDecl() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 331 void VisitRecordDecl(const RecordDecl *D);
|
| H A D | JSONNodeDumper.h | 246 void VisitRecordDecl(const RecordDecl *RD);
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | SourceCodeTest.cpp | 264 bool VisitRecordDecl(RecordDecl *Decl) { return VisitDeclHelper(Decl); } in TEST() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 65 void VisitRecordDecl(RecordDecl *D); 552 void DeclPrinter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in DeclPrinter
|
| H A D | JSONNodeDumper.cpp | 875 void JSONNodeDumper::VisitRecordDecl(const RecordDecl *RD) { in VisitRecordDecl() function in JSONNodeDumper 881 VisitRecordDecl(RD); in VisitCXXRecordDecl()
|
| H A D | TextNodeDumper.cpp | 1636 void TextNodeDumper::VisitRecordDecl(const RecordDecl *D) { in VisitRecordDecl() function in TextNodeDumper 1939 VisitRecordDecl(D); in VisitCXXRecordDecl()
|
| H A D | ASTImporter.cpp | 527 ExpectedDecl VisitRecordDecl(RecordDecl *D); 2793 ExpectedDecl ASTNodeImporter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in ASTNodeImporter
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | SerializeTest.cpp | 59 bool VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl() function in clang::doc::ClangDocSerializeTestVisitor
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 391 bool VisitRecordDecl(const RecordDecl *Decl) { in VisitRecordDecl() function in __anon4a2c2dcf0111::ExtractAPIVisitor
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 74 void VisitRecordDecl(RecordDecl *D); 477 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in ASTDeclWriter 1365 VisitRecordDecl(D); in VisitCXXRecordDecl()
|
| H A D | ASTReaderDecl.cpp | 336 void VisitRecordDecl(RecordDecl *RD); 825 void ASTDeclReader::VisitRecordDecl(RecordDecl *RD) { in VisitRecordDecl() function in ASTDeclReader
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3657 Decl *TemplateDeclInstantiator::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in TemplateDeclInstantiator
|