Home
last modified time | relevance | path

Searched defs:NewAlias (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/aliases/
Daliases.go25 func NewAlias(enabled bool, pos token.Pos, pkg *types.Package, name string, rhs types.Type) *types.… func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dalias.go29 func NewAlias(obj *TypeName, rhs Type) *Alias { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dalias.go32 func NewAlias(obj *TypeName, rhs Type) *Alias { func