Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4312 void PragmaCommentDecl::anchor() {} in anchor()
4314 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create()
4319 PragmaCommentDecl *PCD = in Create()
4321 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
4327 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4331 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
H A DASTDumper.cpp230 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
719 void ASTDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
H A DASTContext.cpp9785 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h140 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, unsigned ID,
H A DRecursiveASTVisitor.h1487 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp277 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
H A DSemaTemplateInstantiateDecl.cpp512 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp324 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
627 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
2777 isa<PragmaCommentDecl>(D) || in isConsumerInterestedIn()
3861 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record.readInt()); in ReadDeclRecord()
H A DASTWriterDecl.cpp59 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
329 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp736 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
H A DCodeGenModule.cpp4940 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp8096 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()