Lines Matching refs:Name
116 return key->AsIdentifier()->Name().Mutf8(); in GetKeyName()
141 …uto var_name = checkerType->Variable() == nullptr ? "" : checkerType->Variable()->Name().Mutf8(); \ in GenTypeNonNullish()
229 Out(param->Name()); in GenFunctionType()
245 Out("...", sigInfo->restVar->Name().Mutf8(), ": "); in GenFunctionType()
309 auto typeName = objectType->Name(); in GenObjectType()
327 Out(typeParam->GetDeclNode()->Name()->Name()); in GenTypeParameterType()
335 Out(param->Name()->Name()); in GenTypeParameters()
384 const auto local = specifier->AsImportSpecifier()->Local()->Name(); in GenImportDeclaration()
385 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration()
404 const auto name = typeAlias->Id()->Name().Mutf8(); in GenTypeAliasDeclaration()
430 const auto interfaceName = interfaceDecl->Id()->Name().Mutf8(); in GenInterfaceDeclaration()
458 const auto className = classDef->Ident()->Name().Mutf8(); in GenClassDeclaration()