Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5383 void PragmaCommentDecl::anchor() {} in anchor()
5385 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create()
5390 PragmaCommentDecl *PCD = in Create()
5392 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
5398 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5402 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
H A DTextNodeDumper.cpp2457 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp12948 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h367 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
H A DDecl.h164 class PragmaCommentDecl final
166 private llvm::TrailingObjects<PragmaCommentDecl, char> {
173 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function
180 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC,
184 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID,
H A DRecursiveASTVisitor.h1684 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp74 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
567 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
3019 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp317 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
662 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
3247 ImportDecl, PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn()
4202 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp622 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp1023 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7346 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp6247 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()