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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  361 OMPSECTIONDIRECTIVE(OMPSectionDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/ASTTypeTraits.h
   65     return ASTNodeKind(KindToKindId<T>::Id);
   65     return ASTNodeKind(KindToKindId<T>::Id);
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2726                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1487       : OMPExecutableDirective(this, OMPSectionDirectiveClass, OMPD_section,
 1494       : OMPExecutableDirective(this, OMPSectionDirectiveClass, OMPD_section,
 1525     return T->getStmtClass() == OMPSectionDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  206   case Stmt::OMPSectionDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 7988                                              D->getBeginLoc());
 7989   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1241     case Stmt::OMPSectionDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  595   case Stmt::OMPSectionDirectiveClass: