Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h367 void VisitPragmaDetectMismatchDecl(const PragmaDetectMismatchDecl *D);
H A DDecl.h174 class PragmaDetectMismatchDecl final
176 private llvm::TrailingObjects<PragmaDetectMismatchDecl, char> {
183 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, in PragmaDetectMismatchDecl() function
190 static PragmaDetectMismatchDecl *Create(const ASTContext &C,
194 static PragmaDetectMismatchDecl *
H A DRecursiveASTVisitor.h1656 DEF_TRAVERSE_DECL(PragmaDetectMismatchDecl, {})
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5297 void PragmaDetectMismatchDecl::anchor() {} in anchor()
5299 PragmaDetectMismatchDecl *
5300 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create()
5304 PragmaDetectMismatchDecl *PDMD = in Create()
5306 PragmaDetectMismatchDecl(DC, Loc, ValueStart); in Create()
5315 PragmaDetectMismatchDecl *
5316 PragmaDetectMismatchDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID, in CreateDeserialized()
5319 PragmaDetectMismatchDecl(nullptr, SourceLocation(), 0); in CreateDeserialized()
H A DTextNodeDumper.cpp2325 const PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
H A DASTContext.cpp12325 else if (isa<PragmaDetectMismatchDecl>(D)) in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp63 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D);
425 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
2778 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
H A DASTReaderDecl.cpp327 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D);
686 void ASTDeclReader::VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
3199 ImportDecl, PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn()
4125 D = PragmaDetectMismatchDecl::CreateDeserialized(Context, ID, in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp529 auto *PDMD = PragmaDetectMismatchDecl::Create( in ActOnPragmaDetectMismatch()
H A DSemaTemplateInstantiateDecl.cpp955 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7039 const auto *PDMD = cast<PragmaDetectMismatchDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp5998 isa<PragmaDetectMismatchDecl>(D) || isa<UsingDecl>(D) || in getSingleCompoundChild()