Searched refs:PrevMappedDirective (Results 1 – 4 of 4) sorted by relevance
402 OpenMPDirectiveKind PrevMappedDirective = llvm::omp::OMPD_unknown);1449 OpenMPDirectiveKind &PrevMappedDirective,
291 OpenMPDirectiveKind PrevMappedDirective = llvm::omp::OMPD_unknown; variable358 PrevMappedDirective = MappedDirective; in setMappedDirective()615 OpenMPDirectiveKind getMappedDirective() const { return PrevMappedDirective; } in getMappedDirective()
5987 OpenMPDirectiveKind &Kind, OpenMPDirectiveKind &PrevMappedDirective, in mapLoopConstruct() argument6044 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()6050 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()6056 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()6061 } else if (PrevMappedDirective == OMPD_loop) { in mapLoopConstruct()6080 OpenMPDirectiveKind PrevMappedDirective) { in ActOnOpenMPExecutableDirective() argument6095 if (Kind == OMPD_loop || PrevMappedDirective == OMPD_loop) { in ActOnOpenMPExecutableDirective()6097 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()
1674 OpenMPDirectiveKind PrevMappedDirective = OMPD_unknown) {1678 PrevMappedDirective);