Searched refs:ActOnOpenMPRegionStart (Results 1 – 4 of 4) sorted by relevance
2947 Actions.ActOnOpenMPRegionStart(DKind, getCurScope()); in ParseOpenMPDeclarativeOrExecutableDirective()2963 Actions.ActOnOpenMPRegionStart(DKind, getCurScope()); in ParseOpenMPDeclarativeOrExecutableDirective()
11284 void ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope);
8677 getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(), in TransformOMPExecutableDirective()
4171 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart() function in Sema