Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6252 bool CanBeParallelFor = false; variable
6276 void setCanBeParallelFor(bool ParFor) { CanBeParallelFor = ParFor; } in setCanBeParallelFor()
6292 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool CanBeParallelFor);
6308 bool canBeParallelFor() const { return CanBeParallelFor; } in canBeParallelFor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2472 const HelperExprs &Exprs, bool CanBeParallelFor) { in Create() argument
2514 Dir->setCanBeParallelFor(CanBeParallelFor); in Create()