Home
last modified time | relevance | path

Searched refs:getCombiner (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h221 Expr *getCombiner() { return Combiner; } in getCombiner() function
222 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
H A DASTNodeTraverser.h459 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
H A DRecursiveASTVisitor.h1619 TRY_TO(TraverseStmt(D->getCombiner()));
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1688 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
H A DTextNodeDumper.cpp1782 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1862 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3298 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1174 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()