Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h402 OpenMPDirectiveKind PrevMappedDirective = llvm::omp::OMPD_unknown);
1449 OpenMPDirectiveKind &PrevMappedDirective,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h291 OpenMPDirectiveKind PrevMappedDirective = llvm::omp::OMPD_unknown; variable
358 PrevMappedDirective = MappedDirective; in setMappedDirective()
615 OpenMPDirectiveKind getMappedDirective() const { return PrevMappedDirective; } in getMappedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5987 OpenMPDirectiveKind &Kind, OpenMPDirectiveKind &PrevMappedDirective, in mapLoopConstruct() argument
6044 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() argument
6095 if (Kind == OMPD_loop || PrevMappedDirective == OMPD_loop) { in ActOnOpenMPExecutableDirective()
6097 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()
H A DTreeTransform.h1674 OpenMPDirectiveKind PrevMappedDirective = OMPD_unknown) {
1678 PrevMappedDirective);