Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp491 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
687 Clause->setSourceExprs(SrcExprs); in Create()
698 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
728 Clause->setSourceExprs(SrcExprs); in Create()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2961 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4457 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
4622 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11068 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
11266 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
11288 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()