Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4807 OpenMPDirectiveKind EnclosingConstruct = ParentLOC.back(); in checkNestingOfRegions() local
4840 if (EnclosingConstruct == OMPD_atomic) { in checkNestingOfRegions()
4851 if (EnclosingConstruct != OMPD_sections) { in checkNestingOfRegions()
4872 EnclosingConstruct == OMPD_loop)) { in checkNestingOfRegions()
4894 NestingProhibited = EnclosingConstruct != OMPD_task && in checkNestingOfRegions()
4896 EnclosingConstruct != OMPD_taskloop); in checkNestingOfRegions()
4898 NestingProhibited = EnclosingConstruct != OMPD_section && in checkNestingOfRegions()
4899 EnclosingConstruct != OMPD_sections; in checkNestingOfRegions()
4948 EnclosingConstruct); in checkNestingOfRegions()
4961 EnclosingConstruct); in checkNestingOfRegions()
[all …]