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

References

tools/clang/lib/Sema/TreeTransform.h
 7876   ArrayRef<OMPClause *> Clauses = D->clauses();
 7891   if (D->hasAssociatedStmt() && D->getAssociatedStmt()) {
 7891   if (D->hasAssociatedStmt() && D->getAssociatedStmt()) {
 7892     getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(),
 7897       Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt();
 7912   if (D->getDirectiveKind() == OMPD_critical) {
 7913     DirName = cast<OMPCriticalDirective>(D)->getDirectiveName();
 7917   if (D->getDirectiveKind() == OMPD_cancellation_point) {
 7918     CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion();
 7919   } else if (D->getDirectiveKind() == OMPD_cancel) {
 7920     CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion();
 7924       D->getDirectiveKind(), DirName, CancelRegion, TClauses,
 7925       AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc());
 7925       AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc());