Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp492 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
523 Clause->setSourceExprs(SrcExprs); in Create()
657 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
686 Clause->setSourceExprs(SrcExprs); in Create()
697 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
726 Clause->setSourceExprs(SrcExprs); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3458 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
5011 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
5176 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11780 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
11984 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
12006 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()