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.cpp4806 OpenMPDirectiveKind EnclosingConstruct = ParentLOC.back(); in checkNestingOfRegions() local
4839 if (EnclosingConstruct == OMPD_atomic) { in checkNestingOfRegions()
4850 if (EnclosingConstruct != OMPD_sections) { in checkNestingOfRegions()
4871 EnclosingConstruct == OMPD_loop)) { in checkNestingOfRegions()
4894 EnclosingConstruct != OMPD_task && in checkNestingOfRegions()
4895 (OMPVersion < 50 || EnclosingConstruct != OMPD_taskloop); in checkNestingOfRegions()
4897 NestingProhibited = EnclosingConstruct != OMPD_section && in checkNestingOfRegions()
4898 EnclosingConstruct != OMPD_sections; in checkNestingOfRegions()
4947 EnclosingConstruct); in checkNestingOfRegions()
4960 EnclosingConstruct); in checkNestingOfRegions()
[all …]