Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp257 TYPE_PARSER(construct<UseStmt>("USE" >> optionalBeforeColons(moduleNature),
259 construct<UseStmt>("USE" >> optionalBeforeColons(moduleNature), name,
H A Dtoken-parsers.h591 template <typename PA> inline constexpr auto optionalBeforeColons(const PA &p) { in optionalBeforeColons() function