Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h220 Expr *getCombiner() { return Combiner; } in getCombiner() function
221 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
H A DASTNodeTraverser.h591 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
H A DRecursiveASTVisitor.h1787 TRY_TO(TraverseStmt(D->getCombiner()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1826 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
H A DTextNodeDumper.cpp2340 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2128 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3666 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1137 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()