Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 366 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, GlobalDeclID ID,
|
H A D | RecursiveASTVisitor.h | 1654 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5275 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 D | TextNodeDumper.cpp | 2298 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
H A D | ASTContext.cpp | 12323 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 62 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 414 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 2778 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
|
H A D | ASTReaderDecl.cpp | 326 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 D | SemaAttr.cpp | 521 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
H A D | SemaTemplateInstantiateDecl.cpp | 950 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 7020 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
H A D | CGOpenMPRuntime.cpp | 5997 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|