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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h239 class OMPSimdDirective : public OMPExecutableDirective { class in namespace:clang
250 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPSimdDirective
261 explicit OMPSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPSimdDirective
277 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc,
289 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,

Completed in 56 milliseconds