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 236 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
261 Clause->setDestinationExprs(DstExprs);
375 void OMPCopyinClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
399 Clause->setDestinationExprs(DstExprs);
416 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
440 Clause->setDestinationExprs(DstExprs);
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 444 milliseconds