Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h224 Expr *getCombinerIn() { return In; } in getCombinerIn() function
225 const Expr *getCombinerIn() const { return In; } in getCombinerIn() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3446 cast<DeclRefExpr>(D->getCombinerIn())->getDecl(), in VisitOMPDeclareReductionDecl()
3447 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1878 Record.AddStmt(D->getCombinerIn()); in VisitOMPDeclareReductionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1179 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerIn())->getDecl()), in emitUserDefinedReduction()