Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp479 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
511 Clause->setSourceExprs(SrcExprs); in Create()
643 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
673 Clause->setSourceExprs(SrcExprs); in Create()
684 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
714 Clause->setSourceExprs(SrcExprs); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h2796 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4279 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4444 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12076 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
12274 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
12296 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()