Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h366 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp62 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
414 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp326 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
677 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclReader
/src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2298 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TextNodeDumper
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp950 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TemplateDeclInstantiator