HomeSort by relevance Sort by last modified time
    Searched refs:setDestinationExprs (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 110 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
136 Clause->setDestinationExprs(DstExprs);
259 void OMPCopyinClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
285 Clause->setDestinationExprs(DstExprs);
304 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
330 Clause->setDestinationExprs(DstExprs);
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 108 milliseconds