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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  280 OPENMP_CLAUSE(simdlen, OMPSimdlenClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  752       : OMPClause(OMPC_simdlen, StartLoc, EndLoc), LParenLoc(LParenLoc),
  757       : OMPClause(OMPC_simdlen, SourceLocation(), SourceLocation()) {}
  782     return T->getClauseKind() == OMPC_simdlen;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2942   TRY_TO(TraverseStmt(C->getSimdlen()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  349 OPENMP_SIMD_CLAUSE(simdlen)
  375 OPENMP_FOR_SIMD_CLAUSE(simdlen)
  470 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(simdlen)
  673 OPENMP_TASKLOOP_SIMD_CLAUSE(simdlen)
  715 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(simdlen)
  791 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(simdlen)
  803 OPENMP_DISTRIBUTE_SIMD_CLAUSE(simdlen)
  827 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(simdlen)
  846 OPENMP_TARGET_SIMD_CLAUSE(simdlen)
  878 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(simdlen)
  897 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(simdlen)
 1005 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(simdlen)
 1028 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(simdlen)
tools/clang/lib/AST/OpenMPClause.cpp
   98   case OMPC_simdlen:
  170   case OMPC_simdlen:
tools/clang/lib/Basic/OpenMPKinds.cpp
  165   case OMPC_simdlen:
  359   case OMPC_simdlen:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4032   case OMPC_simdlen:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1977   case OMPC_simdlen:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4618       case OMPC_simdlen:
 4741     SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen);
 7608     else if (Clause->getClauseKind() == OMPC_simdlen)
10245   case OMPC_simdlen:
10927   case OMPC_simdlen:
11197   ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen);
11335   case OMPC_simdlen:
11515   case OMPC_simdlen:
11739   case OMPC_simdlen:
11950   case OMPC_simdlen:
tools/clang/lib/Sema/TreeTransform.h
 8540   ExprResult E = getDerived().TransformExpr(C->getSimdlen());
 8544       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8544       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8544       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12286   case OMPC_simdlen: