Home
last modified time | relevance | path

Searched defs:VisitPragmaCommentDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp567 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp662 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2457 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TextNodeDumper
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1023 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TemplateDeclInstantiator