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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  161 OMPCANCELDIRECTIVE(OMPCancelDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2767                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2948       : OMPExecutableDirective(this, OMPCancelDirectiveClass, OMPD_cancel,
 2956       : OMPExecutableDirective(this, OMPCancelDirectiveClass, OMPD_cancel,
 2989     return T->getStmtClass() == OMPCancelDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  260   case Stmt::OMPCancelDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8251                                              D->getBeginLoc());
 8252   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1265     case Stmt::OMPCancelDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  667   case Stmt::OMPCancelDirectiveClass: