Home
last modified time | relevance | path

Searched refs:setSourceExprs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp471 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
503 Clause->setSourceExprs(SrcExprs); in Create()
628 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
658 Clause->setSourceExprs(SrcExprs); in Create()
669 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
699 Clause->setSourceExprs(SrcExprs); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2571 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4054 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4219 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12231 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
12429 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
12451 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()