Home | History | Annotate | Download | only in Sema

Lines Matching refs:Dir

4370   auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc,
4373 DSAStack->addCriticalWithHint(Dir, Hint);
4374 return Dir;