Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 343 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
|
| H A D | Decl.h | 138 class PragmaCommentDecl final 140 private llvm::TrailingObjects<PragmaCommentDecl, char> { 147 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function 154 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC, 158 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
| H A D | RecursiveASTVisitor.h | 1618 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Decl.cpp | 4963 void PragmaCommentDecl::anchor() {} in anchor() 4965 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() 4970 PragmaCommentDecl *PCD = in Create() 4972 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create() 4978 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 4982 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
|
| H A D | TextNodeDumper.cpp | 1847 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| H A D | ASTContext.cpp | 11706 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 319 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 654 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 3062 ImportDecl, PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn() 3933 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 59 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 341 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 510 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 885 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6429 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 6154 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|