Home
last modified time | relevance | path

Searched refs:optionalListBeforeColons (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp370 "TYPE" >> optionalListBeforeColons(Parser<TypeAttrSpec>{}), name,
419 optionalListBeforeColons(Parser<ComponentAttrSpec>{}),
536 optionalListBeforeColons(Parser<BindAttr>{}),
H A Dprogram-parsers.cpp391 optionalListBeforeColons(Parser<ProcAttrSpec>{}),
H A Dtoken-parsers.h597 inline constexpr auto optionalListBeforeColons(const PA &p) { in optionalListBeforeColons() function