Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseOpenMP.cpp2947 Actions.ActOnOpenMPRegionStart(DKind, getCurScope()); in ParseOpenMPDeclarativeOrExecutableDirective()
2963 Actions.ActOnOpenMPRegionStart(DKind, getCurScope()); in ParseOpenMPDeclarativeOrExecutableDirective()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h11284 void ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope);
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h8677 getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(), in TransformOMPExecutableDirective()
DSemaOpenMP.cpp4171 void Sema::ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope) { in ActOnOpenMPRegionStart() function in Sema