Lines Matching refs:getClausesOfKind

360   for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) {  in EmitOMPFirstprivateClause()
435 for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPPrivateClause()
465 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) { in EmitOMPCopyinClause()
529 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseInit()
610 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseFinal()
660 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
823 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
864 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
908 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLoopBody()
979 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClauseInit()
1010 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in emitLinearClauseFinal()
1032 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause()
1108 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in emitPrivateLinearVars()
1811 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) { in EmitOMPSingleDirective()
1912 for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPTaskDirective()
1928 for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPTaskDirective()
1944 for (const auto *C : S.getClausesOfKind<OMPDependClause>()) { in EmitOMPTaskDirective()
2012 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
2587 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()