Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h682 unsigned NumAssociatedLoops = 0;
694 unsigned NumAssociatedLoops) in OMPLoopBasedDirective() argument
696 NumAssociatedLoops(NumAssociatedLoops) {} in OMPLoopBasedDirective()
871 unsigned getLoopsNumber() const { return NumAssociatedLoops; } in getLoopsNumber()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp182 NumAssociatedLoops, in getBody()