Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5924 bool teamsLoopCanBeParallelFor() const { return TeamsLoopCanBeParallelFor; } in teamsLoopCanBeParallelFor()
5931 TeamsLoopCanBeParallelFor = false; in VisitOMPExecutableDirective()
5952 TeamsLoopCanBeParallelFor = in VisitCallExpr()
5954 if (!TeamsLoopCanBeParallelFor) in VisitCallExpr()
5976 : SemaRef(SemaRef), TeamsLoopCanBeParallelFor(true) {} in TeamsLoopChecker()
5979 bool TeamsLoopCanBeParallelFor; member in __anon1dd12e443a11::TeamsLoopChecker