Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h366 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, GlobalDeclID ID,
H A DRecursiveASTVisitor.h1654 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5275 void PragmaCommentDecl::anchor() {} in anchor()
5277 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create()
5282 PragmaCommentDecl *PCD = in Create()
5284 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
5290 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5294 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
H A DTextNodeDumper.cpp2298 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp12323 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp62 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
414 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
2778 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp326 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
677 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
3199 ImportDecl, PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn()
4122 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp521 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp950 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7020 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp5997 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()