Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp103 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPLastprivateClause
135 Clause->setSourceExprs(SrcExprs); in Create()
252 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyinClause
284 Clause->setSourceExprs(SrcExprs); in Create()
297 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() function in OMPCopyprivateClause
329 Clause->setSourceExprs(SrcExprs); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h1356 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2092 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
2238 void setSourceExprs(ArrayRef<Expr *> SrcExprs);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2013 C->setSourceExprs(Vars); in VisitOMPLastprivateClause()
2122 C->setSourceExprs(Exprs); in VisitOMPCopyinClause()
2144 C->setSourceExprs(Exprs); in VisitOMPCopyprivateClause()