Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2434 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,unsigned CollapsedNum,ArrayRef<OMPClause * > Clauses,Stmt * AssociatedStmt,const HelperExprs & Exprs,bool CanBeParallelFor) Create() argument
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6113 bool CanBeParallelFor = false; global() variable