reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  279 OPENMP_CLAUSE(safelen, OMPSafelenClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  687       : OMPClause(OMPC_safelen, StartLoc, EndLoc), LParenLoc(LParenLoc),
  692       : OMPClause(OMPC_safelen, SourceLocation(), SourceLocation()) {}
  717     return T->getClauseKind() == OMPC_safelen;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2936   TRY_TO(TraverseStmt(C->getSafelen()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  348 OPENMP_SIMD_CLAUSE(safelen)
  374 OPENMP_FOR_SIMD_CLAUSE(safelen)
  469 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(safelen)
  672 OPENMP_TASKLOOP_SIMD_CLAUSE(safelen)
  714 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(safelen)
  790 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(safelen)
  802 OPENMP_DISTRIBUTE_SIMD_CLAUSE(safelen)
  826 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(safelen)
  845 OPENMP_TARGET_SIMD_CLAUSE(safelen)
  877 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(safelen)
  896 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(safelen)
 1004 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(safelen)
 1027 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(safelen)
tools/clang/lib/AST/OpenMPClause.cpp
   97   case OMPC_safelen:
  169   case OMPC_safelen:
tools/clang/lib/Basic/OpenMPKinds.cpp
  164   case OMPC_safelen:
  358   case OMPC_safelen:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4031   case OMPC_safelen:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1976   case OMPC_safelen:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4617       case OMPC_safelen:
 7606     if (Clause->getClauseKind() == OMPC_safelen)
10242   case OMPC_safelen:
10926   case OMPC_safelen:
11184   ExprResult Safelen = VerifyPositiveIntegerConstantInClause(Len, OMPC_safelen);
11334   case OMPC_safelen:
11514   case OMPC_safelen:
11738   case OMPC_safelen:
11949   case OMPC_safelen:
tools/clang/lib/Sema/TreeTransform.h
 8520   ExprResult E = getDerived().TransformExpr(C->getSafelen());
 8524       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8524       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8524       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12283   case OMPC_safelen: