Searched defs:OMPSectionDirective (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h432 class OMPSectionDirective : public OMPExecutableDirective { class in namespace:clang
439 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPSectionDirective
445 explicit OMPSectionDirective() function in class:clang::OMPSectionDirective
457 static OMPSectionDirective *Create(const ASTContext &C,
466 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);

Completed in 1959 milliseconds