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