Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp48 construct<ProgramUnit>(indirect(compilerDirective))};
70 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
137 many(openmpDeclarativeConstruct), many(indirect(compilerDirective)),
165 construct<SpecificationConstruct>(indirect(compilerDirective))))
H A Dtype-parsers.h133 constexpr Parser<CompilerDirective> compilerDirective; variable
H A Dexecutable-parsers.cpp56 construct<ExecutableConstruct>(indirect(compilerDirective)))};
H A DFortran-parsers.cpp117 construct<ImplicitPartStmt>(indirect(compilerDirective)))) argument