Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 340 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
|
| H A D | Decl.h | 138 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 D | RecursiveASTVisitor.h | 1626 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Decl.cpp | 4883 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 D | TextNodeDumper.cpp | 1825 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| H A D | ASTContext.cpp | 11561 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 319 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 D | ASTWriterDecl.cpp | 58 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 338 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 507 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 877 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6229 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 6532 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|