Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp58 bool VisitRecordDecl(const RecordDecl *RD) { in checkASTDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp53 bool VisitRecordDecl(const RecordDecl *RD) { in checkASTDecl() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h509 bool ExtractAPIVisitorBase<Derived>::VisitRecordDecl(const RecordDecl *Decl) { VisitRecordDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp640 void DeclPrinter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp960 void JSONNodeDumper::VisitRecordDecl(const RecordDecl *RD) { VisitRecordDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1844 void TextNodeDumper::VisitRecordDecl(const RecordDecl *D) { VisitRecordDecl() function in TextNodeDumper
H A DASTImporter.cpp2970 ExpectedDecl ASTNodeImporter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp524 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp873 void ASTDeclReader::VisitRecordDecl(RecordDecl *RD) { VisitRecordDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3790 Decl *TemplateDeclInstantiator::VisitRecordDecl(RecordDecl *D) { VisitRecordDecl() function in TemplateDeclInstantiator