Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5919 bool teamsLoopCanBeParallelFor() const { return TeamsLoopCanBeParallelFor; } in teamsLoopCanBeParallelFor()
5926 TeamsLoopCanBeParallelFor = false; in VisitOMPExecutableDirective()
5947 TeamsLoopCanBeParallelFor = in VisitCallExpr()
5949 if (!TeamsLoopCanBeParallelFor) in VisitCallExpr()
5971 : SemaRef(SemaRef), TeamsLoopCanBeParallelFor(true) {} in TeamsLoopChecker()
5974 bool TeamsLoopCanBeParallelFor; member in __anon95b22cd93711::TeamsLoopChecker