Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp68 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
135 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
162 construct<SpecificationConstruct>(indirect(openmpDeclarativeConstruct)),
Dtype-parsers.h137 constexpr Parser<OpenMPDeclarativeConstruct> openmpDeclarativeConstruct; variable