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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h931 class OMPForSimdDirective : public OMPLoopDirective { class in namespace:clang
940 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPForSimdDirective
950 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPForSimdDirective
966 static OMPForSimdDirective *
978 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,

Completed in 51 milliseconds