Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h226 Expr *getCombinerOut() { return Out; } in getCombinerOut() function
227 const Expr *getCombinerOut() const { return Out; } in getCombinerOut() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3693 cast<DeclRefExpr>(D->getCombinerOut())->getDecl(), in VisitOMPDeclareReductionDecl()
3694 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2127 Record.AddStmt(D->getCombinerOut()); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1139 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerOut())->getDecl()), in emitUserDefinedReduction()