Home
last modified time | relevance | path

Searched defs:OpenMPDeclarativeConstruct (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3586 struct OpenMPDeclarativeConstruct { struct
3588 CharBlock source;
3591 u;
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp2365 void Post(const OpenMPDeclarativeConstruct &) { in Post()