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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  315 OMPTEAMSDISTRIBUTEPARALLELFORDIRECTIVE(OMPTeamsDistributeParallelForDirective, OMPLoopDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2845                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1181            T->getStmtClass() == OMPTeamsDistributeParallelForDirectiveClass ||
 4041       : OMPLoopDirective(this, OMPTeamsDistributeParallelForDirectiveClass,
 4052       : OMPLoopDirective(this, OMPTeamsDistributeParallelForDirectiveClass,
 4091     return T->getStmtClass() == OMPTeamsDistributeParallelForDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  330   case Stmt::OMPTeamsDistributeParallelForDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8418       OMPD_teams_distribute_parallel_for, DirName, nullptr, D->getBeginLoc());
 8419   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1280     case Stmt::OMPTeamsDistributeParallelForDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  712   case Stmt::OMPTeamsDistributeParallelForDirectiveClass: