Home
last modified time | relevance | path

Searched defs:IsTypeParamHelper (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp360 template <common::TypeParamAttr... ParamAttr> struct IsTypeParamHelper { struct
362 static bool IsParam(const Symbol &symbol) { in IsParam()
367 template <common::TypeParamAttr ParamAttr> struct IsTypeParamHelper<ParamAttr> { struct
368 static bool IsParam(const Symbol &symbol) { in IsParam()