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