Searched refs:PragmaDetectMismatchDecl (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 4760 void PragmaDetectMismatchDecl::anchor() {} in anchor() 4762 PragmaDetectMismatchDecl * 4763 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() 4767 PragmaDetectMismatchDecl *PDMD = in Create() 4769 PragmaDetectMismatchDecl(DC, Loc, ValueStart); in Create() 4778 PragmaDetectMismatchDecl * 4779 PragmaDetectMismatchDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized() 4782 PragmaDetectMismatchDecl(nullptr, SourceLocation(), 0); in CreateDeserialized()
|
H A D | TextNodeDumper.cpp | 1767 const PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
|
H A D | ASTContext.cpp | 10879 else if (isa<PragmaDetectMismatchDecl>(D)) in DeclMustBeEmitted()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TextNodeDumper.h | 332 void VisitPragmaDetectMismatchDecl(const PragmaDetectMismatchDecl *D);
|
H A D | Decl.h | 148 class PragmaDetectMismatchDecl final 150 private llvm::TrailingObjects<PragmaDetectMismatchDecl, char> { 157 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, in PragmaDetectMismatchDecl() function 164 static PragmaDetectMismatchDecl *Create(const ASTContext &C, 168 static PragmaDetectMismatchDecl *
|
H A D | RecursiveASTVisitor.h | 1507 DEF_TRAVERSE_DECL(PragmaDetectMismatchDecl, {})
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 467 auto *PDMD = PragmaDetectMismatchDecl::Create( in ActOnPragmaDetectMismatch()
|
H A D | SemaTemplateInstantiateDecl.cpp | 798 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 319 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D); 642 void ASTDeclReader::VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl() 2845 isa<PragmaDetectMismatchDecl>(D)) in isConsumerInterestedIn() 4061 D = PragmaDetectMismatchDecl::CreateDeserialized(Context, ID, in ReadDeclRecord()
|
H A D | ASTWriterDecl.cpp | 59 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D); 346 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5818 const auto *PDMD = cast<PragmaDetectMismatchDecl>(D); in EmitTopLevelDecl()
|
H A D | CGOpenMPRuntime.cpp | 6567 isa<PragmaDetectMismatchDecl>(D) || isa<UsingDecl>(D) || in getSingleCompoundChild()
|