Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp229 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
260 Clause->setSourceExprs(SrcExprs); in Create()
368 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
398 Clause->setSourceExprs(SrcExprs); in Create()
409 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
439 Clause->setSourceExprs(SrcExprs); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h1467 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2241 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2391 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2089 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
2200 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
2222 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()