Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp3923 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()
DASTDumper.cpp433 void VisitPragmaCommentDecl(const PragmaCommentDecl *D);
1228 void ASTDumper::VisitPragmaCommentDecl(const PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
DASTContext.cpp8568 } else if (isa<PragmaCommentDecl>(D)) in DeclMustBeEmitted()
/external/clang/include/clang/AST/
DDecl.h109 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,
DRecursiveASTVisitor.h1401 DEF_TRAVERSE_DECL(PragmaCommentDecl, {})
/external/clang/lib/Sema/
DSemaAttr.cpp181 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment()
DSemaTemplateInstantiateDecl.cpp428 TemplateDeclInstantiator::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp263 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()
DASTWriterDecl.cpp58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
321 void ASTDeclWriter::VisitPragmaCommentDecl(PragmaCommentDecl *D) { in VisitPragmaCommentDecl()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3871 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl()