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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  451 OMPTEAMSDIRECTIVE(OMPTeamsDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2797                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2832       : OMPExecutableDirective(this, OMPTeamsDirectiveClass, OMPD_teams,
 2840       : OMPExecutableDirective(this, OMPTeamsDirectiveClass, OMPD_teams,
 2868     return T->getStmtClass() == OMPTeamsDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  254   case Stmt::OMPTeamsDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8229                                              D->getBeginLoc());
 8230   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1263     case Stmt::OMPTeamsDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  661   case Stmt::OMPTeamsDirectiveClass: