Searched refs:specificationPart (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Parser/ |
D | program-parsers.cpp | 199 specificationPart, executionPart, maybe(internalSubprogramPart), 476 construct<FunctionSubprogram>(statement(functionStmt), specificationPart, 510 specificationPart, executionPart, maybe(internalSubprogramPart), 535 specificationPart, executionPart, maybe(internalSubprogramPart),
|
D | type-parsers.h | 43 constexpr Parser<SpecificationPart> specificationPart; // R504 variable
|
D | executable-parsers.cpp | 184 TYPE_PARSER(construct<BlockSpecificationPart>(specificationPart)) in TYPE_PARSER() argument
|