Home
last modified time | relevance | path

Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h340 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
H A DDecl.h138 class PragmaCommentDecl final
140 private llvm::TrailingObjects<PragmaCommentDecl, char> {
147 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function
154 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC,
158 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, unsigned ID,
H A DRecursiveASTVisitor.h1626 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4883 void PragmaCommentDecl::anchor() {} in anchor()
4885 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create()
4890 PragmaCommentDecl *PCD = in Create()
4892 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
4898 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4902 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
H A DTextNodeDumper.cpp1825 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp11561 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp319 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
649 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
2971 isa<PragmaCommentDecl>(D) || in isConsumerInterestedIn()
3841 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
H A DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
338 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp507 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp877 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp6229 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp6532 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()