Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3322 cast<DeclRefExpr>(D->getCombinerIn())->getDecl(), in VisitOMPDeclareReductionDecl()
3323 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1860 Record.AddStmt(D->getCombinerIn()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1175 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerIn())->getDecl()), in emitUserDefinedReduction()