type go/types.Config
14 uses
go/types (current package)
api.go#L117: type Config struct {
api.go#L199: func srcimporter_setUsesCgo(conf *Config) {
api.go#L482: func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {
check.go#L155: conf *Config
check.go#L292: func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker {
check.go#L295: conf = new(Config)
const.go#L71: var conf *Config
sizes.go#L277: func (conf *Config) alignof(T Type) int64 {
sizes.go#L288: func (conf *Config) offsetsof(T *Struct) []int64 {
sizes.go#L310: func (conf *Config) offsetof(T Type, index []int) int64 {
sizes.go#L329: func (conf *Config) sizeof(T Type) int64 {
golang.org/x/tools/go/packages
packages.go#L1225: tc := &types.Config{
golang.org/x/tools/internal/aliases
aliases_go122.go#L77: pkg, _ := new(types.Config).Check("p", fset, []*ast.File{f}, nil)
golang.org/x/tools/internal/typesinternal
types.go#L19: func SetUsesCgo(conf *types.Config) bool {