Home
last modified time | relevance | path

Searched refs:NumAssociatedLoops (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h688 unsigned NumAssociatedLoops = 0;
700 unsigned NumAssociatedLoops) in OMPLoopBasedDirective() argument
702 NumAssociatedLoops(NumAssociatedLoops) {} in OMPLoopBasedDirective()
877 unsigned getLoopsNumber() const { return NumAssociatedLoops; } in getLoopsNumber()
971 unsigned NumAssociatedLoops) in OMPLoopTransformationDirective() argument
972 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, NumAssociatedLoops) {} in OMPLoopTransformationDirective()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp207 NumAssociatedLoops, in getBody()