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

  /external/clang/lib/AST/
OpenMPClause.cpp 46 return static_cast<const OMPLastprivateClause *>(C);
108 return static_cast<const OMPLastprivateClause *>(C);
223 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
229 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
236 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
243 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
251 OMPLastprivateClause *OMPLastprivateClause::Create(
257 OMPLastprivateClause *Clause =
258 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size())
    [all...]
StmtPrinter.cpp 796 void OMPClausePrinter::VisitOMPLastprivateClause(OMPLastprivateClause *Node) {
    [all...]
StmtProfile.cpp 385 OMPClauseProfiler::VisitOMPLastprivateClause(const OMPLastprivateClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 578 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
772 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 537 milliseconds