Searched defs:VisitPragmaCommentDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 414 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { VisitPragmaCommentDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 677 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { VisitPragmaCommentDecl() function in ASTDeclReader |
/llvm-project/clang/lib/AST/ | ||
H A D | TextNodeDumper.cpp | 2298 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { VisitPragmaCommentDecl() function in TextNodeDumper |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 950 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { VisitPragmaCommentDecl() function in TemplateDeclInstantiator |