Home
last modified time | relevance | path

Searched refs:compilerDirective (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp48 construct<ProgramUnit>(indirect(compilerDirective))};
68 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
135 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
163 construct<SpecificationConstruct>(indirect(compilerDirective))))
Dtype-parsers.h132 constexpr Parser<CompilerDirective> compilerDirective; variable
Dexecutable-parsers.cpp56 construct<ExecutableConstruct>(indirect(compilerDirective)))};
DFortran-parsers.cpp120 construct<ImplicitPartStmt>(indirect(compilerDirective)))) argument