Searched defs:ScalarSym (Results 1 – 1 of 1) sorted by relevance
35 struct ScalarSym { struct36 ScalarSym(const Fortran::semantics::Symbol &sym) : sym{&sym} {} in ScalarSym() function37 ScalarSym &operator=(const ScalarSym &) = default; argument50 struct ScalarStaticChar : ScalarSym { argument256 using ScalarSym = details::ScalarSym; variable