Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2514 Dir->setCanBeParallelFor(CanBeParallelFor); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6276 void setCanBeParallelFor(bool ParFor) { CanBeParallelFor = ParFor; } in setCanBeParallelFor() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2795 D->setCanBeParallelFor(Record.readBool()); in VisitOMPTargetTeamsGenericLoopDirective()