Home
last modified time | relevance | path

Searched defs:VisitRecordDecl (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang-tools-extra/clang-doc/
H A DMapper.cpp59 bool MapASTVisitor::VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } VisitRecordDecl() function in clang::doc::MapASTVisitor
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp53 bool VisitRecordDecl(const RecordDecl *RD) { checkASTDecl() function
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp59 bool VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl() function in clang::doc::ClangDocSerializeTestVisitor
/llvm-project/clang/unittests/Tooling/
H A DSourceCodeTest.cpp287 bool VisitRecordDecl(RecordDecl *Decl) { return VisitDeclHelper(Decl); } TEST() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h549 bool ExtractAPIVisitorBase<Derived>::VisitRecordDecl(const RecordDecl *Decl) { VisitRecordDecl() function
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp594 void DeclPrinter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp996 void JSONNodeDumper::VisitRecordDecl(const RecordDecl *RD) { VisitRecordDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2079 void TextNodeDumper::VisitRecordDecl(const RecordDecl *D) { VisitRecordDecl() function in TextNodeDumper
H A DASTImporter.cpp3018 ExpectedDecl ASTNodeImporter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp563 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp865 void ASTDeclReader::VisitRecordDecl(RecordDecl *RD) { VisitRecordDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3832 Decl *TemplateDeclInstantiator::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in TemplateDeclInstantiator