type go/types.Config

15 uses

	go/types (current package)
		api.go#L114: type Config struct {
		api.go#L174: func srcimporter_setUsesCgo(conf *Config) {
		api.go#L414: func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {
		check.go#L99: 	conf *Config
		check.go#L227: func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker {
		check.go#L230: 		conf = new(Config)
		expr.go#L282: 	var conf *Config
		sizes.go#L214: func (conf *Config) alignof(T Type) int64 {
		sizes.go#L224: func (conf *Config) offsetsof(T *Struct) []int64 {
		sizes.go#L249: func (conf *Config) offsetof(typ Type, index []int) int64 {
		sizes.go#L259: func (conf *Config) sizeof(T Type) int64 {

	golang.org/x/tools/go/packages
		packages.go#L1032: 	tc := &types.Config{

	golang.org/x/tools/internal/typesinternal
		types.go#L16: func SetUsesCgo(conf *types.Config) bool {
		types.go#L52: var SetGoVersion = func(conf *types.Config, version string) bool { return false }
		types_118.go#L15: 	SetGoVersion = func(conf *types.Config, version string) bool {