Searched refs:symTy (Results 1 – 1 of 1) sorted by relevance
996 const auto *symTy = sym.GetType(); in analyze() local997 assert(symTy && "symbol must have a type"); in analyze()1000 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()1001 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()