Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h703 unsigned NumAssociatedLoops = 0;
715 unsigned NumAssociatedLoops) in OMPLoopBasedDirective() argument
717 NumAssociatedLoops(NumAssociatedLoops) {} in OMPLoopBasedDirective()
892 unsigned getLoopsNumber() const { return NumAssociatedLoops; } in getLoopsNumber()
986 unsigned NumAssociatedLoops) in OMPLoopTransformationDirective() argument
987 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, NumAssociatedLoops) {} in OMPLoopTransformationDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp207 NumAssociatedLoops, in getBody()