Home | History | Annotate | Download | only in Sema

Lines Matching refs:OED

3969         auto OED = dyn_cast<OMPExecutableDirective>(*I);
3970 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) {