Home
last modified time | relevance | path

Searched refs:VisitPragmaDetectMismatchDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DASTDumper.cpp434 void VisitPragmaDetectMismatchDecl(const PragmaDetectMismatchDecl *D);
1243 void ASTDumper::VisitPragmaDetectMismatchDecl( in VisitPragmaDetectMismatchDecl() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterDecl.cpp59 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D);
331 void ASTDeclWriter::VisitPragmaDetectMismatchDecl( in VisitPragmaDetectMismatchDecl() function in ASTDeclWriter
DASTReaderDecl.cpp264 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D);
581 void ASTDeclReader::VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D) { in VisitPragmaDetectMismatchDecl() function in ASTDeclReader
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp432 Decl *TemplateDeclInstantiator::VisitPragmaDetectMismatchDecl( in VisitPragmaDetectMismatchDecl() function in TemplateDeclInstantiator