Home
last modified time | relevance | path

Searched refs: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
367 template <common::TypeParamAttr ParamAttr> struct IsTypeParamHelper<ParamAttr> { struct
385 if (IsTypeParamHelper<ParamAttr...>::IsParam(*nameAndSymbolPair.second)) { in IsParameterizedDerivedTypeHelper()