Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPSectionDirective

1064 class OMPSectionDirective : public OMPExecutableDirective {
1075 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc)
1082 explicit OMPSectionDirective()
1096 static OMPSectionDirective *Create(const ASTContext &C,
1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);