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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  167 OMPCANCELLATIONPOINTDIRECTIVE(OMPCancellationPointDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2764                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2888       : OMPExecutableDirective(this, OMPCancellationPointDirectiveClass,
 2895       : OMPExecutableDirective(this, OMPCancellationPointDirectiveClass,
 2926     return T->getStmtClass() == OMPCancellationPointDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  257   case Stmt::OMPCancellationPointDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8240                                              nullptr, D->getBeginLoc());
 8241   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1264     case Stmt::OMPCancellationPointDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  664   case Stmt::OMPCancellationPointDirectiveClass: