Searched refs:PragmaDetectMismatchDecl (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 367 void VisitPragmaDetectMismatchDecl(const PragmaDetectMismatchDecl *D);
|
H A D | Decl.h | 174 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 D | RecursiveASTVisitor.h | 1656 DEF_TRAVERSE_DECL(PragmaDetectMismatchDecl, {})
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5297 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 D | TextNodeDumper.cpp | 2325 const PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
|
H A D | ASTContext.cpp | 12325 else if (isa<PragmaDetectMismatchDecl>(D)) in DeclMustBeEmitted()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 63 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D); 425 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl() 2778 if (isa<PragmaCommentDecl, PragmaDetectMismatchDecl>(D)) in isRequiredDecl()
|
H A D | ASTReaderDecl.cpp | 327 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 D | SemaAttr.cpp | 529 auto *PDMD = PragmaDetectMismatchDecl::Create( in ActOnPragmaDetectMismatch()
|
H A D | SemaTemplateInstantiateDecl.cpp | 955 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 7039 const auto *PDMD = cast<PragmaDetectMismatchDecl>(D); in EmitTopLevelDecl()
|
H A D | CGOpenMPRuntime.cpp | 5998 isa<PragmaDetectMismatchDecl>(D) || isa<UsingDecl>(D) || in getSingleCompoundChild()
|