Searched refs:PragmaCommentDecl (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 4312 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 D | ASTDumper.cpp | 230 void VisitPragmaCommentDecl(const PragmaCommentDecl *D); 719 void ASTDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| H A D | ASTContext.cpp | 9785 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 140 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 D | RecursiveASTVisitor.h | 1487 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 277 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 512 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 324 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 D | ASTWriterDecl.cpp | 59 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 329 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 736 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|
| H A D | CodeGenModule.cpp | 4940 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|
| H A D | CGOpenMPRuntime.cpp | 8096 isa<TypeDecl>(D) || isa<PragmaCommentDecl>(D) || in getSingleCompoundChild()
|