Home
last modified time | relevance | path

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

/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.cpp6141 OpenMPDirectiveKind &PrevMappedDirective, in mapLoopConstruct() argument
6194 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()
6200 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()
6206 PrevMappedDirective = OMPD_loop; in mapLoopConstruct()
6211 } else if (PrevMappedDirective == OMPD_loop) { in mapLoopConstruct()
6230 OpenMPDirectiveKind PrevMappedDirective) { in ActOnOpenMPExecutableDirective() argument
6243 if (Kind == OMPD_loop || PrevMappedDirective == OMPD_loop) { in ActOnOpenMPExecutableDirective()
6245 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()
H A DTreeTransform.h1655 OpenMPDirectiveKind PrevMappedDirective = OMPD_unknown) {
1659 PrevMappedDirective);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11387 OpenMPDirectiveKind &PrevMappedDirective,
11688 OpenMPDirectiveKind PrevMappedDirective = llvm::omp::OMPD_unknown);