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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h850 class OMPForSimdDirective : public OMPLoopDirective { class in namespace:clang
859 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPForSimdDirective
869 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPForSimdDirective
885 static OMPForSimdDirective *
897 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,

Completed in 268 milliseconds