Home
last modified time | relevance | path

Searched refs:VisitOMPRequiresDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h335 void VisitOMPRequiresDecl(const OMPRequiresDecl *D);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp104 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
1664 void DeclPrinter::VisitOMPRequiresDecl(OMPRequiresDecl *D) { in VisitOMPRequiresDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1799 void TextNodeDumper::VisitOMPRequiresDecl(const OMPRequiresDecl *D) { in VisitOMPRequiresDecl() function in TextNodeDumper
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp153 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
1851 void ASTDeclWriter::VisitOMPRequiresDecl(OMPRequiresDecl *D) { in VisitOMPRequiresDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp452 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
2688 void ASTDeclReader::VisitOMPRequiresDecl(OMPRequiresDecl * D) { in VisitOMPRequiresDecl() function in ASTDeclReader
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3275 Decl *TemplateDeclInstantiator::VisitOMPRequiresDecl(OMPRequiresDecl *D) { in VisitOMPRequiresDecl() function in TemplateDeclInstantiator