Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h352 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
H A DDecl.h140 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 DRecursiveASTVisitor.h1599 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5213 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 DTextNodeDumper.cpp2047 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp11840 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp59 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
375 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
2694 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp331 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 DSemaAttr.cpp508 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp925 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6874 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp5982 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()