Searched refs:TypedName (Results 1 – 2 of 2) sorted by relevance
3546 FormatToken *TypedName = nullptr; in verilogGroupDecl() local3548 TypedName = Second; in verilogGroupDecl()3554 TypedName = First; in verilogGroupDecl()3557 if (TypedName) { in verilogGroupDecl()3559 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()3560 TypedName->setType(TT_StartOfName); in verilogGroupDecl()3567 FirstOfType = TypedName; in verilogGroupDecl()
2896 const auto *TypedName = cast<const TypedInit>(Name); in checkName() local2897 if (!isa<StringRecTy>(TypedName->getType())) in checkName()