Home
last modified time | relevance | path

Searched refs:VisitOMPDeclareReductionDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp104 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
1558 void DeclPrinter::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) { in VisitOMPDeclareReductionDecl() function in DeclPrinter
H A DASTDumper.cpp236 void VisitOMPDeclareReductionDecl(const OMPDeclareReductionDecl *D);
752 void ASTDumper::VisitOMPDeclareReductionDecl(const OMPDeclareReductionDecl *D) { in VisitOMPDeclareReductionDecl() function in ASTDumper
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp149 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
1755 void ASTDeclWriter::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) { in VisitOMPDeclareReductionDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp448 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
2646 void ASTDeclReader::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) { in VisitOMPDeclareReductionDecl() function in ASTDeclReader
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2828 Decl *TemplateDeclInstantiator::VisitOMPDeclareReductionDecl( in VisitOMPDeclareReductionDecl() function in TemplateDeclInstantiator