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.h687 unsigned NumAssociatedLoops = 0;
699 unsigned NumAssociatedLoops) in OMPLoopBasedDirective() argument
701 NumAssociatedLoops(NumAssociatedLoops) {} in OMPLoopBasedDirective()
876 unsigned getLoopsNumber() const { return NumAssociatedLoops; } in getLoopsNumber()
970 unsigned NumAssociatedLoops) in OMPLoopTransformationDirective() argument
971 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, NumAssociatedLoops) {} in OMPLoopTransformationDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp207 NumAssociatedLoops, in getBody()