Searched refs:TypedName (Results 1 – 2 of 2) sorted by relevance
3078 FormatToken *TypedName = nullptr; in verilogGroupDecl() local3080 TypedName = Second; in verilogGroupDecl()3086 TypedName = First; in verilogGroupDecl()3089 if (TypedName) { in verilogGroupDecl()3091 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()3092 TypedName->setType(TT_StartOfName); in verilogGroupDecl()3099 FirstOfType = TypedName; in verilogGroupDecl()
2771 const TypedInit *TypedName = cast<const TypedInit>(Name); in checkName() local2772 if (!isa<StringRecTy>(TypedName->getType())) in checkName()