Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 4738 void PragmaCommentDecl::anchor() {} in anchor() 4740 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() 4745 PragmaCommentDecl *PCD = in Create() 4747 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create() 4753 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 4757 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
|
| H A D | TextNodeDumper.cpp | 1740 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| H A D | ASTContext.cpp | 10877 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 331 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
|
| H A D | Decl.h | 114 class PragmaCommentDecl final 116 private llvm::TrailingObjects<PragmaCommentDecl, char> { 123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function 130 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC, 134 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
| H A D | RecursiveASTVisitor.h | 1505 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 459 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 793 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 318 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 633 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 2844 isa<PragmaCommentDecl>(D) || in isConsumerInterestedIn() 4058 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 58 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 335 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 5799 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 6566 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|