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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h308 class OMPForDirective : public OMPExecutableDirective { class in namespace:clang
319 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPForDirective
330 explicit OMPForDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPForDirective
346 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc,
358 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,

Completed in 45 milliseconds