Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4760 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 DTextNodeDumper.cpp1767 const PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
H A DASTContext.cpp10879 else if (isa<PragmaDetectMismatchDecl>(D)) in DeclMustBeEmitted()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h332 void VisitPragmaDetectMismatchDecl(const PragmaDetectMismatchDecl *D);
H A DDecl.h148 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 DRecursiveASTVisitor.h1507 DEF_TRAVERSE_DECL(PragmaDetectMismatchDecl, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp467 auto *PDMD = PragmaDetectMismatchDecl::Create( in ActOnPragmaDetectMismatch()
H A DSemaTemplateInstantiateDecl.cpp798 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp319 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 DASTWriterDecl.cpp59 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D);
346 PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5818 const auto *PDMD = cast<PragmaDetectMismatchDecl>(D); in EmitTopLevelDecl()
H A DCGOpenMPRuntime.cpp6567 isa<PragmaDetectMismatchDecl>(D) || isa<UsingDecl>(D) || in getSingleCompoundChild()