Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp70 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
137 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
164 construct<SpecificationConstruct>(indirect(openmpDeclarativeConstruct)),
H A Dtype-parsers.h138 constexpr Parser<OpenMPDeclarativeConstruct> openmpDeclarativeConstruct; variable