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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  179 OMPFLUSHDIRECTIVE(OMPFlushDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2770                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2215       : OMPExecutableDirective(this, OMPFlushDirectiveClass, OMPD_flush,
 2223       : OMPExecutableDirective(this, OMPFlushDirectiveClass, OMPD_flush,
 2250     return T->getStmtClass() == OMPFlushDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  242   case Stmt::OMPFlushDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8119                                              D->getBeginLoc());
 8120   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1253     case Stmt::OMPFlushDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  631   case Stmt::OMPFlushDirectiveClass: