[OPENMP] Parsing/Sema of directive omp parallel for simd

llvm-svn: 218299
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 3f7f13c..1175196 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2213,9 +2213,13 @@
    */
   CXCursor_OMPForSimdDirective           = 250,
 
+  /** \brief OpenMP parallel for simd directive.
+   */
+  CXCursor_OMPParallelForSimdDirective   = 251,
+
   /** \brief OpenMP target directive.
    */
-  CXCursor_OMPTargetDirective            = 251,
+  CXCursor_OMPTargetDirective            = 252,
 
   CXCursor_LastStmt                      = CXCursor_OMPTargetDirective,