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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  219 OMPFORSIMDDIRECTIVE(OMPForSimdDirective, OMPLoopDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2720                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1162            T->getStmtClass() == OMPForSimdDirectiveClass ||
 1353       : OMPLoopDirective(this, OMPForSimdDirectiveClass, OMPD_for_simd,
 1362       : OMPLoopDirective(this, OMPForSimdDirectiveClass, OMPD_for_simd,
 1394     return T->getStmtClass() == OMPForSimdDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  200   case Stmt::OMPForSimdDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 7966                                              D->getBeginLoc());
 7967   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1239     case Stmt::OMPForSimdDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  589   case Stmt::OMPForSimdDirectiveClass: