Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h331 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
335 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp318 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
633 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp1740 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TextNodeDumper
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp793 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TemplateDeclInstantiator