Home
last modified time | relevance | path

Searched refs:ActOnOpenMPRegionStart (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp956 Actions.ActOnOpenMPRegionStart(DKind, getCurScope()); in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h8030 void ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope);
/external/clang/lib/Sema/
DSemaOpenMP.cpp1584 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart() function in Sema
DTreeTransform.h7185 getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(), in TransformOMPExecutableDirective()