Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 352 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
|
| H A D | Decl.h | 140 class PragmaCommentDecl final 142 private llvm::TrailingObjects<PragmaCommentDecl, char> { 149 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function 156 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC, 160 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
| H A D | RecursiveASTVisitor.h | 1599 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5213 void PragmaCommentDecl::anchor() {} in anchor() 5215 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() 5220 PragmaCommentDecl *PCD = in Create() 5222 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create() 5228 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 5232 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
|
| H A D | TextNodeDumper.cpp | 2047 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| H A D | ASTContext.cpp | 11840 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 59 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 375 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 2694 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
|
| H A D | ASTReaderDecl.cpp | 331 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 683 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 3222 ImportDecl, PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn() 4098 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 508 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 925 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6874 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 5982 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|