HomeSort by: relevance | last modified time | path
    Searched defs:OMPSectionDirective (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1762 class OMPSectionDirective : public OMPExecutableDirective {
1774 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc)
1780 explicit OMPSectionDirective()
1794 static OMPSectionDirective *Create(const ASTContext &C,
1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
StmtOpenMP.h 1762 class OMPSectionDirective : public OMPExecutableDirective {
1774 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc)
1780 explicit OMPSectionDirective()
1794 static OMPSectionDirective *Create(const ASTContext &C,
1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);

Completed in 110 milliseconds