Searched refs:PragmaCommentDecl (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/AST/ |
D | Decl.cpp | 3923 void PragmaCommentDecl::anchor() { } in anchor() 3925 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() 3930 PragmaCommentDecl *PCD = in Create() 3932 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create() 3938 PragmaCommentDecl *PragmaCommentDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 3942 PragmaCommentDecl(nullptr, SourceLocation(), PCK_Unknown); in CreateDeserialized()
|
D | ASTDumper.cpp | 433 void VisitPragmaCommentDecl(const PragmaCommentDecl *D); 1228 void ASTDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
D | ASTContext.cpp | 8568 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 109 class PragmaCommentDecl final 111 private llvm::TrailingObjects<PragmaCommentDecl, char> { 120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() function 125 static PragmaCommentDecl *Create(const ASTContext &C, TranslationUnitDecl *DC, 129 static PragmaCommentDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
D | RecursiveASTVisitor.h | 1401 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 181 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
|
D | SemaTemplateInstantiateDecl.cpp | 428 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 263 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 572 void ASTDeclReader::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl() 2505 isa<PragmaCommentDecl>(D) || in isConsumerInterestedIn() 3430 D = PragmaCommentDecl::CreateDeserialized(Context, ID, Record[Idx++]); in ReadDeclRecord()
|
D | ASTWriterDecl.cpp | 58 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 321 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 3871 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()
|