Searched refs:CSSubStmt (Results 1 – 1 of 1) sorted by relevance
2621 for (const Stmt *CSSubStmt : CS->children()) { in isSupportedByOpenMPIRBuilder() local2622 if (!CSSubStmt) in isSupportedByOpenMPIRBuilder()2624 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSupportedByOpenMPIRBuilder()