Home
last modified time | relevance | path

Searched refs:VisitPragmaCommentDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h340 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
338 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp319 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
649 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1825 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TextNodeDumper
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp877 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TemplateDeclInstantiator