Searched refs:TypedName (Results 1 – 2 of 2) sorted by relevance
3482 FormatToken *TypedName = nullptr; in verilogGroupDecl() local3484 TypedName = Second; in verilogGroupDecl()3490 TypedName = First; in verilogGroupDecl()3493 if (TypedName) { in verilogGroupDecl()3495 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()3496 TypedName->setType(TT_StartOfName); in verilogGroupDecl()3503 FirstOfType = TypedName; in verilogGroupDecl()
2771 const TypedInit *TypedName = cast<const TypedInit>(Name); in checkName() local2772 if (!isa<StringRecTy>(TypedName->getType())) in checkName()