Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h156 Expr *getCombinerIn() { return In; } in getCombinerIn() function
157 const Expr *getCombinerIn() const { return In; } in getCombinerIn() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2863 NewDRD->setCombinerData(D->getCombinerIn(), D->getCombinerOut()); in VisitOMPDeclareReductionDecl()
2881 cast<DeclRefExpr>(D->getCombinerIn())->getDecl(), in VisitOMPDeclareReductionDecl()
2882 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1758 Record.AddStmt(D->getCombinerIn()); in VisitOMPDeclareReductionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1314 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerIn())->getDecl()), in emitUserDefinedReduction()