Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp433 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
1228 void ASTDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
321 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclWriter
DASTReaderDecl.cpp263 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
572 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in ASTDeclReader
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp428 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() function in TemplateDeclInstantiator