Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h224 Expr *getCombinerIn() { return In; } in getCombinerIn() function
225 const Expr *getCombinerIn() const { return In; } in getCombinerIn() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3321 cast<DeclRefExpr>(D->getCombinerIn())->getDecl(), in VisitOMPDeclareReductionDecl()
3322 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1860 Record.AddStmt(D->getCombinerIn()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1162 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerIn())->getDecl()), in emitUserDefinedReduction()