Searched refs:OMPD_data (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 43 OMPD_data, enumerator 110 .Case("data", OMPD_data) in getOpenMPDirectiveKindEx() 148 {OMPD_target, OMPD_data, OMPD_target_data}, in parseOpenMPDirectiveKind() 152 {OMPD_target_enter, OMPD_data, OMPD_target_enter_data}, in parseOpenMPDirectiveKind() 153 {OMPD_target_exit, OMPD_data, OMPD_target_exit_data}, in parseOpenMPDirectiveKind()
|