Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp210 const Symbol *tpSym{scope_ ? scope_->FindSymbol(pair.first) : nullptr}; in Match() local
212 tpSym ? tpSym->detailsIf<TypeParamDetails>() : nullptr}; in Match()