Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h343 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
H A DDecl.h138 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 DRecursiveASTVisitor.h1618 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4963 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 DTextNodeDumper.cpp1847 void TextNodeDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp11706 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp319 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 DASTWriterDecl.cpp59 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
341 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp510 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp885 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6429 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp6154 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()