Searched defs:OMPSectionDirective (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 983 class OMPSectionDirective : public OMPExecutableDirective { class in namespace:clang 994 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPSectionDirective 1001 explicit OMPSectionDirective() function in class:clang::OMPSectionDirective 1015 static OMPSectionDirective *Create(const ASTContext &C, 1024 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); |
Completed in 49 milliseconds