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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  155 OMPBARRIERDIRECTIVE(OMPBarrierDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2755                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2052       : OMPExecutableDirective(this, OMPBarrierDirectiveClass, OMPD_barrier,
 2058       : OMPExecutableDirective(this, OMPBarrierDirectiveClass, OMPD_barrier,
 2078     return T->getStmtClass() == OMPBarrierDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  233   case Stmt::OMPBarrierDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8086                                              D->getBeginLoc());
 8087   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1250     case Stmt::OMPBarrierDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  622   case Stmt::OMPBarrierDirectiveClass: