Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp310 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
341 Clause->setSourceExprs(SrcExprs); in Create()
449 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
479 Clause->setSourceExprs(SrcExprs); in Create()
490 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
520 Clause->setSourceExprs(SrcExprs); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1720 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2973 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
3125 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp12038 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
12220 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
12242 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()