Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4738 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 DTextNodeDumper.cpp1740 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp10877 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h331 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
H A DDecl.h114 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 DRecursiveASTVisitor.h1505 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp459 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp793 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp318 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 DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
335 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5799 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp6566 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()