Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h722 template <typename RESULT, typename... PARSER> class ApplyConstructor {
725 constexpr ApplyConstructor(const ApplyConstructor &) = default;
726 constexpr explicit ApplyConstructor(PARSER... p) : parsers_{p...} {} in ApplyConstructor() function
762 return ApplyConstructor<RESULT, PARSER...>{p...}; in construct()