Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h164 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2651 D->setCombinerData(In, Out); in VisitOMPDeclareReductionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2863 NewDRD->setCombinerData(D->getCombinerIn(), D->getCombinerOut()); in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp13292 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()