reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 9494   void ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind, Scope *CurScope);

References

tools/clang/lib/Parse/ParseOpenMP.cpp
 1841       Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
 1849       Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
tools/clang/lib/Sema/TreeTransform.h
 7892     getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(),